patch-2.4.25 linux-2.4.25/arch/x86_64/kernel/process.c

Next file: linux-2.4.25/arch/x86_64/mm/k8topology.c
Previous file: linux-2.4.25/arch/x86_64/kernel/pci-gart.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/x86_64/kernel/process.c linux-2.4.25/arch/x86_64/kernel/process.c
@@ -9,7 +9,7 @@
  *  X86-64 port
  *	Andi Kleen.
  * 
- *  $Id: process.c,v 1.74 2003/08/13 13:43:16 ak Exp $
+ *  $Id: process.c,v 1.75 2004/01/13 09:04:32 ak Exp $
  */
 
 /*
@@ -159,7 +159,7 @@
 
 __setup("idle=", idle_setup);
 
-static long no_idt[3];
+static struct { long x; } no_idt[3];
 static enum { 
 	BOOT_BIOS = 'b',
 	BOOT_TRIPLE = 't', 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)