x86: Stop including <linux/delay.h> in two asm header files
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / x86 / include / asm / numa_32.h
blobc6beed1ef10373f9be333a01fa8648cb499a1836
1 #ifndef _ASM_X86_NUMA_32_H
2 #define _ASM_X86_NUMA_32_H
4 extern int numa_off;
6 extern int pxm_to_nid(int pxm);
8 #ifdef CONFIG_NUMA
9 extern int __cpuinit numa_cpu_node(int cpu);
10 #else /* CONFIG_NUMA */
11 static inline int numa_cpu_node(int cpu) { return NUMA_NO_NODE; }
12 #endif /* CONFIG_NUMA */
14 #ifdef CONFIG_HIGHMEM
15 extern void set_highmem_pages_init(void);
16 #else
17 static inline void set_highmem_pages_init(void)
20 #endif
22 #endif /* _ASM_X86_NUMA_32_H */