diff options
author | Andi Kleen <ak@suse.de> | 2006-01-11 22:45:12 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 19:04:57 -0800 |
commit | 3c0217511313a46039137d2dab30fdb1c5a65e64 (patch) | |
tree | 93ffd029cbe81c37daff0bb38e73e98e22026f88 /include/asm-x86_64/smp.h | |
parent | b9d1e4bd6e44f2a75340226eb5f762e16bb4652f (diff) | |
download | op-kernel-dev-3c0217511313a46039137d2dab30fdb1c5a65e64.zip op-kernel-dev-3c0217511313a46039137d2dab30fdb1c5a65e64.tar.gz |
[PATCH] x86_64: Fix compile error with !CONFIG_COMPAT
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>
Diffstat (limited to 'include/asm-x86_64/smp.h')
-rw-r--r-- | include/asm-x86_64/smp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/smp.h b/include/asm-x86_64/smp.h index d030409..9ccbb2c 100644 --- a/include/asm-x86_64/smp.h +++ b/include/asm-x86_64/smp.h @@ -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 |