From: NIIBE Y. <gn...@ch...> - 2000-11-11 01:59:08
|
Jesper Skov wrote: > The below patch is based on an old patch from Philipp Rumpf. It allows > the kernel to make unaligned access if it should happen to think that > it a good thing to do. Thanks, installed. > +call_dae: > + STI() I removed this STI(), though. The address error might be occurred in the region of interrupt disabled. > +#ifdef __BIG_ENDIAN And I changed to use __LITTLE_ENDIAN__ for the consistency of the other parts. -- |