|
|
| File: [Development] / linux-2.6-xfs / include / linux / numa.h (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Initial Import 2.6.0 |
#ifndef _LINUX_NUMA_H #define _LINUX_NUMA_H #include <linux/config.h> #ifdef CONFIG_DISCONTIGMEM #include <asm/numnodes.h> #endif #ifndef NODES_SHIFT #define NODES_SHIFT 0 #endif #define MAX_NUMNODES (1 << NODES_SHIFT) #endif /* _LINUX_NUMA_H */