Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
408b664a7d394a5e4315fbd14aca49b042cb2b08
/
.
/
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 */