[NETFILTER]: Introduce infrastructure for address family specific operations
[linux-2.6] / 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 #endif
9
10 #endif