* [Linux-ia64] [patch] 2.4.21-pre5 arch/ia64/kernel/mca.c @ 2003-04-03 2:14 Keith Owens 2003-04-03 20:43 ` David Mosberger 2003-04-16 21:42 ` Bjorn Helgaas 0 siblings, 2 replies; 3+ messages in thread From: Keith Owens @ 2003-04-03 2:14 UTC (permalink / raw) To: linux-ia64 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; ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Linux-ia64] [patch] 2.4.21-pre5 arch/ia64/kernel/mca.c 2003-04-03 2:14 [Linux-ia64] [patch] 2.4.21-pre5 arch/ia64/kernel/mca.c Keith Owens @ 2003-04-03 20:43 ` David Mosberger 2003-04-16 21:42 ` Bjorn Helgaas 1 sibling, 0 replies; 3+ messages in thread From: David Mosberger @ 2003-04-03 20:43 UTC (permalink / raw) To: linux-ia64 >>>>> On Thu, 03 Apr 2003 12:14:39 +1000, Keith Owens <kaos@sgi.com> said: Keith> Trivial correction of array size. Applied, thanks. --david ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Linux-ia64] [patch] 2.4.21-pre5 arch/ia64/kernel/mca.c 2003-04-03 2:14 [Linux-ia64] [patch] 2.4.21-pre5 arch/ia64/kernel/mca.c Keith Owens 2003-04-03 20:43 ` David Mosberger @ 2003-04-16 21:42 ` Bjorn Helgaas 1 sibling, 0 replies; 3+ messages in thread From: Bjorn Helgaas @ 2003-04-16 21:42 UTC (permalink / raw) To: linux-ia64 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. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-16 21:42 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-04-03 2:14 [Linux-ia64] [patch] 2.4.21-pre5 arch/ia64/kernel/mca.c Keith Owens 2003-04-03 20:43 ` David Mosberger 2003-04-16 21:42 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox