On Wednesday 02 April 2003 7:14 pm, Keith Owens wrote: > Trivial correction of array size. > > --- arch/ia64/kernel/mca.c.orig Thu Apr 3 12:11:42 2003 > +++ arch/ia64/kernel/mca.c Thu Apr 3 12:12:13 2003 > @@ -72,7 +72,7 @@ > u64 ia64_mca_stack[1024] __attribute__((aligned(16))); > u64 ia64_mca_stackframe[32]; > u64 ia64_mca_bspstore[1024]; > -u64 ia64_init_stack[INIT_TASK_SIZE] __attribute__((aligned(16))); > +u64 ia64_init_stack[INIT_TASK_SIZE/8] __attribute__((aligned(16))); > u64 ia64_mca_sal_data_area[1356]; > u64 ia64_tlb_functional; > u64 ia64_os_mca_recovery_successful; I applied this for 2.4.Received on Wed Apr 16 14:43:55 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:13 EST