> #if defined(__ARM_EABI__) && !defined(__KERNEL__) > > This is strange, because I never select arm-eabi in building the > toolchain (using buildroot). Maybe this problem is a problem of > buildroot, I'm not sure. If __ARM_EABI__ is defined, then you are using an EABI toolchain. Paul