Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
include
/
linux
/
numa.h
blob: bd0c8c4e9a95fb5d351e4712969293229724e347 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_NUMA_H
#define
_LINUX_NUMA_H
#include
<linux/config.h>
#ifdef
CONFIG_DISCONTIGMEM
#include
<asm/numnodes.h>
#endif
#ifndef
NODES_SHIFT
#define
NODES_SHIFT
0
#endif
#define
MAX_NUMNODES
(
1
<<
NODES_SHIFT
)
#endif
/* _LINUX_NUMA_H */