[PATCH] x86_64: Fix compile error with !CONFIG_COMPAT
authorAndi Kleen <ak@suse.de>
Wed, 11 Jan 2006 21:45:12 +0000 (22:45 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:04:57 +0000 (19:04 -0800)
cpumask.h wasn't included implicitely into proto.h in this case.
Just move it over to smp.h

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-x86_64/proto.h
include/asm-x86_64/smp.h

index 113e8a235b27d497f0f081c3d10281373dde9a5c..56dc70b7a6e465aec7dc921c89d86d0a51fb4aa9 100644 (file)
@@ -67,8 +67,6 @@ extern void load_gs_index(unsigned gs);
 
 extern unsigned long end_pfn_map; 
 
-extern cpumask_t cpu_initialized;
-
 extern void show_trace(unsigned long * rsp);
 extern void show_registers(struct pt_regs *regs);
 
index d030409a8fb5c61a2663249894834384d106f7f1..9ccbb2cfd5c093110c3a853d2fe0c1d3e11ea9e3 100644 (file)
@@ -35,6 +35,7 @@ extern cpumask_t cpu_present_mask;
 extern cpumask_t cpu_possible_map;
 extern cpumask_t cpu_online_map;
 extern cpumask_t cpu_callout_map;
+extern cpumask_t cpu_initialized;
 
 /*
  * Private routines/data
This page took 0.028017 seconds and 5 git commands to generate.