diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-13 13:12:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-13 13:12:50 -0400 |
commit | 6cd59f7a4119fef124677827a9b30684c2c8e674 (patch) | |
tree | 084162f271f09b0d4787b92ae414cf0cc310f521 /include | |
parent | c32511e2718618f0b53479eb36e07439aa363a74 (diff) | |
parent | 73eb7d9e8cfd16813eec94d0ec8fa2a5262a85cc (diff) |
Merge /home/torvalds/linux-2.6-arm
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/smp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-arm/smp.h b/include/asm-arm/smp.h index 6c6c60adbbaa..dbb4d859c586 100644 --- a/include/asm-arm/smp.h +++ b/include/asm-arm/smp.h | |||
@@ -23,9 +23,6 @@ | |||
23 | 23 | ||
24 | #define raw_smp_processor_id() (current_thread_info()->cpu) | 24 | #define raw_smp_processor_id() (current_thread_info()->cpu) |
25 | 25 | ||
26 | extern cpumask_t cpu_present_mask; | ||
27 | #define cpu_possible_map cpu_present_mask | ||
28 | |||
29 | /* | 26 | /* |
30 | * at the moment, there's not a big penalty for changing CPUs | 27 | * at the moment, there's not a big penalty for changing CPUs |
31 | * (the >big< penalty is running SMP in the first place) | 28 | * (the >big< penalty is running SMP in the first place) |