Port-alpha archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Self baked kernel panics



>    An alternative would be to force the alignment of local:

>          u_int8_t local[QENTRY_LEN] __aligned(4);

Why not __aligned__((__alignof__(ispreq_t))), rather than assuming you
know what that alignment is?  (If the code is doing quad loads/stores,
don't you need 8 anyway?)

/~\ The ASCII                           der Mouse
\ / Ribbon Campaign
 X  Against HTML               mouse%rodents.montreal.qc.ca@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B



Home | Main Index | Thread Index | Old Index