> For those of you who're impatiently waiting for a 2.5.xx update, I put > a preliminary patch at: I'm still unable to create include/asm-ia64/offsets.h properly. include/linux/sched.h has: union thread_union { struct thread_info thread_info; unsigned long stack[INIT_THREAD_SIZE/sizeof(long)]; }; (INIT_THREAD_SIZE needs to be number) include/asm-ia64/thread_info.h has: #define INIT_THREAD_SIZE /* tell sched.h not to declare the thread_union */ (INIT_THREAD_SIZE isn't a number) Deleting the declaration of INIT_THREAD_SIZE lets it continue and builds offsets.h. Is that safe? Thanks, Matt -- Matt Domsch Sr. Software Engineer, Lead Engineer, Architect Dell Linux Solutions www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.comReceived on Thu Dec 05 16:08:00 2002
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:11 EST