Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
b3e112bcc19abd8e9657dca34a87316786e096f3
/
.
/
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 */