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
-  Lines: 18
-  Date:
2004-02-18 05:36:31.000000000 -0800
-  Orig file: 
linux-2.4.24/arch/x86_64/kernel/process.c
-  Orig date: 
2003-11-28 10:26:19.000000000 -0800
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)