numa_32.h 256 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_X86_NUMA_32_H
  3. #define _ASM_X86_NUMA_32_H
  4. #ifdef CONFIG_HIGHMEM
  5. extern void set_highmem_pages_init(void);
  6. #else
  7. static inline void set_highmem_pages_init(void)
  8. {
  9. }
  10. #endif
  11. #endif /* _ASM_X86_NUMA_32_H */