Files
linux-apfs/include/linux/numa.h
T

17 lines
254 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef _LINUX_NUMA_H
#define _LINUX_NUMA_H
#include <linux/config.h>
2005-06-23 00:07:54 -07:00
#ifndef CONFIG_FLATMEM
2005-04-16 15:20:36 -07:00
#include <asm/numnodes.h>
#endif
#ifndef NODES_SHIFT
#define NODES_SHIFT 0
#endif
#define MAX_NUMNODES (1 << NODES_SHIFT)
#endif /* _LINUX_NUMA_H */