tracing: Avoid soft lockup in trace_pipe
[deliverable/linux.git] / arch / x86 / include / asm / numa_32.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_NUMA_32_H
2#define _ASM_X86_NUMA_32_H
69e1a33f 3
90321602
JB
4extern int numa_off;
5
8550eb99 6extern int pxm_to_nid(int pxm);
69e1a33f 7
bbc9e2f4 8#ifdef CONFIG_NUMA
eff90737 9extern int __cpuinit numa_cpu_node(int cpu);
bbc9e2f4
TH
10#else /* CONFIG_NUMA */
11static inline int numa_cpu_node(int cpu) { return NUMA_NO_NODE; }
12#endif /* CONFIG_NUMA */
13
867c5b52 14#ifdef CONFIG_HIGHMEM
cc9f7a0c 15extern void set_highmem_pages_init(void);
867c5b52
PE
16#else
17static inline void set_highmem_pages_init(void)
18{
19}
8550eb99
IM
20#endif
21
1965aae3 22#endif /* _ASM_X86_NUMA_32_H */
This page took 0.542707 seconds and 5 git commands to generate.