From: Jeff D. <jd...@ka...> - 2000-05-23 20:07:36
|
I've had occasional problems caused by not having a complete set of headers in my include/asm. The compiler goes off and finds incompatible ones in /usr/include/asm instead. Try putting this in arch/asm-um/highmem.h and see if you can build good binaries: #ifndef __UM_HIGHMEM_H #define __UM_HIGHMEM_H #include "asm/arch/highmem.h" #endif |