[RFC] Hardware Breakpoint interfaces implementation for PPC64

Michael Neuling mikey at neuling.org
Tue May 12 12:48:52 EST 2009


> > +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



More information about the Linuxppc-dev mailing list