Quoth Jate Sujjavanich:
> Should the bit fields in ptrace.h? So then it would be
> 
> #ifdef CONFIG_COLDFIRE
>   unsigned format :  4; /* frame format specifier */
> +  unsigned fault_status_H :  2;
> -  unsigned vector : 8; /* vector offset */
> +  unsigned vector : 12; /* vector offset */
> +  unsigned fault_status_L :  2;
>   unsigned short sr;
>   unsigned long  pc;

Aren't those two middle changes reversed?  (ie. should be changing "vector"
from a 12 bit field to an 8 bit field, not the reverse.)



_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to