[Linux-ia64] [patch] 2.4.21-pre5 arch/ia64/kernel/mca.c

From: Keith Owens <kaos_at_sgi.com>
Date: 2003-04-03 12:14:39
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;
Received on Wed Apr 02 18:14:51 2003

This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:13 EST