diff options
author | Len Brown <len.brown@intel.com> | 2005-08-25 18:45:49 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-25 18:45:49 +0200 |
commit | 09d4a80e66cdf3e68cdb06e907f7bc0b242acbd0 (patch) | |
tree | 29e6a11bffc92f6b8393344cab209e1f2b8bf7a9 /include/asm-m32r/smp.h | |
parent | [IA64] fix allnoconfig build (diff) | |
parent | [PATCH] cfq-iosched.c: minor fixes (diff) | |
download | linux-09d4a80e66cdf3e68cdb06e907f7bc0b242acbd0.tar.xz linux-09d4a80e66cdf3e68cdb06e907f7bc0b242acbd0.zip |
Merge HEAD from ../from-linus
Diffstat (limited to 'include/asm-m32r/smp.h')
-rw-r--r-- | include/asm-m32r/smp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-m32r/smp.h b/include/asm-m32r/smp.h index b9a20cdad65f..7885b7df84a2 100644 --- a/include/asm-m32r/smp.h +++ b/include/asm-m32r/smp.h @@ -61,9 +61,7 @@ extern physid_mask_t phys_cpu_present_map; * Some lowlevel functions might want to know about * the real CPU ID <-> CPU # mapping. */ -extern volatile int physid_2_cpu[NR_CPUS]; extern volatile int cpu_2_physid[NR_CPUS]; -#define physid_to_cpu(physid) physid_2_cpu[physid] #define cpu_to_physid(cpu_id) cpu_2_physid[cpu_id] #define raw_smp_processor_id() (current_thread_info()->cpu) |