ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.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 /* Max 8 Nodes - APIC limit currently */
7 #define NODES_SHIFT     3
8
9 #endif