numa_32.h 227 B

1234567891011
  1. #ifndef ASM_X86__NUMA_32_H
  2. #define ASM_X86__NUMA_32_H
  3. extern int pxm_to_nid(int pxm);
  4. extern void numa_remove_cpu(int cpu);
  5. #ifdef CONFIG_NUMA
  6. extern void set_highmem_pages_init(void);
  7. #endif
  8. #endif /* ASM_X86__NUMA_32_H */