mmzone_32.h 343 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Written by Pat Gaughen ([email protected]) Mar 2002
  4. *
  5. */
  6. #ifndef _ASM_X86_MMZONE_32_H
  7. #define _ASM_X86_MMZONE_32_H
  8. #include <asm/smp.h>
  9. #ifdef CONFIG_NUMA
  10. extern struct pglist_data *node_data[];
  11. #define NODE_DATA(nid) (node_data[nid])
  12. #endif /* CONFIG_NUMA */
  13. #endif /* _ASM_X86_MMZONE_32_H */