aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/numnodes.h
blob: 5a1d506b829905bfd4a29f8d5383d7a766de288e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _ASM_X8664_NUMNODES_H
#define _ASM_X8664_NUMNODES_H 1

#include <linux/config.h>

#ifdef CONFIG_NUMA
#define NODES_SHIFT	6
#endif

#endif