>>>>> On Thu, 5 Dec 2002 10:19:02 -0600, Matt_Domsch@Dell.com said: Matt> I'm still unable to create include/asm-ia64/offsets.h Matt> properly. Matt> include/linux/sched.h has: union thread_union { struct Matt> thread_info thread_info; unsigned long Matt> stack[INIT_THREAD_SIZE/sizeof(long)]; }; Matt> (INIT_THREAD_SIZE needs to be number) Matt> include/asm-ia64/thread_info.h has: #define INIT_THREAD_SIZE Matt> /* tell sched.h not to declare the thread_union */ Matt> (INIT_THREAD_SIZE isn't a number) Something must have gone wrong with applying the ia64 patch. In sched.h, it should say: #ifndef INIT_THREAD_SIZE right before the thread_union declaration. --davidReceived on Thu Dec 05 09:10:30 2002
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:11 EST