[PATCH] x86_64: Implement is_compat_task the right way
[firefly-linux-kernel-4.4.55.git] / include / asm-x86_64 / numnodes.h
1 #ifndef _ASM_X8664_NUMNODES_H
2 #define _ASM_X8664_NUMNODES_H 1
3
4 #include <linux/config.h>
5
6 #ifdef CONFIG_NUMA
7 #define NODES_SHIFT     6
8 #else
9 #define NODES_SHIFT     0
10 #endif
11
12 #endif