Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ce1eeb95fc4eb25109c00bea3e83a87eeff6b07d
/
.
/
include
/
linux
/
numa.h
blob: f0c539bd3cfc44e07eaafc26bcf358c29c0fc65f [
file
] [
log
] [
blame
]
#ifndef
_LINUX_NUMA_H
#define
_LINUX_NUMA_H
#include
<linux/config.h>
#ifndef
CONFIG_FLATMEM
#include
<asm/numnodes.h>
#endif
#ifndef
NODES_SHIFT
#define
NODES_SHIFT
0
#endif
#define
MAX_NUMNODES
(
1
<<
NODES_SHIFT
)
#endif
/* _LINUX_NUMA_H */