diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-16 19:11:08 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 04:38:19 -0400 |
commit | cc9f7a0ccf000d4db5fbdc7b0ae48eefea102f69 (patch) | |
tree | 582125558bf4975446ae76f35b297bf4ce864bc1 /include/asm-x86/numa_32.h | |
parent | 41c094fd3ca54f1a71233049cf136ff94c91f4ae (diff) |
x86: kill bad_ppro
so don't punish all other cpus without that problem when init highmem
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/numa_32.h')
-rw-r--r-- | include/asm-x86/numa_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/numa_32.h b/include/asm-x86/numa_32.h index 03d0f7a9bf02..a02674f64869 100644 --- a/include/asm-x86/numa_32.h +++ b/include/asm-x86/numa_32.h | |||
@@ -5,7 +5,7 @@ extern int pxm_to_nid(int pxm); | |||
5 | 5 | ||
6 | #ifdef CONFIG_NUMA | 6 | #ifdef CONFIG_NUMA |
7 | extern void __init remap_numa_kva(void); | 7 | extern void __init remap_numa_kva(void); |
8 | extern void set_highmem_pages_init(int); | 8 | extern void set_highmem_pages_init(void); |
9 | #else | 9 | #else |
10 | static inline void remap_numa_kva(void) | 10 | static inline void remap_numa_kva(void) |
11 | { | 11 | { |