> > +struct arch_hw_breakpoint {
> > +   char            *name; /* Contains name of the symbol to set bkpt */
> > +   unsigned long   address;
> > +   u8              type;
> > +};
> 
> Can you reorder this to pack the struct better (ie. put the unsigned
> long first).

Oops, this is a char * not just a char.  Order is fine.

Mikey
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to