Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_lge_hammerhead
/
27d72e8572336d9f4e17a12ac924cb5223a5758d
/
.
/
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 */