powerpc/8xx: Fix regression introduced by cache coherency rewrite
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / numa.h
bloba31a7301b159e8b1b8036a14cf734dd55ec0d0e2
1 #ifndef _LINUX_NUMA_H
2 #define _LINUX_NUMA_H
5 #ifdef CONFIG_NODES_SHIFT
6 #define NODES_SHIFT CONFIG_NODES_SHIFT
7 #else
8 #define NODES_SHIFT 0
9 #endif
11 #define MAX_NUMNODES (1 << NODES_SHIFT)
13 #endif /* _LINUX_NUMA_H */