[BACK]Return to numnodes.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-x86_64

File: [Development] / linux-2.6-xfs / include / asm-x86_64 / Attic / numnodes.h (download)

Revision 1.2, Fri Mar 4 14:41:21 2005 UTC (12 years, 8 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +5 -2 lines

Merge up to 2.6.11
Merge of 2.6.x-xfs-melb:linux:21721a by kenmcd.

#ifndef _ASM_X8664_NUMNODES_H
#define _ASM_X8664_NUMNODES_H 1

#include <linux/config.h>

#ifdef CONFIG_NUMA
#define NODES_SHIFT	6
#else
#define NODES_SHIFT	0
#endif

#endif