aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/numnodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/numnodes.h')
-rw-r--r--include/asm-x86_64/numnodes.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-x86_64/numnodes.h b/include/asm-x86_64/numnodes.h
deleted file mode 100644
index 32be16b8ae96..000000000000
--- a/include/asm-x86_64/numnodes.h
+++ /dev/null
@@ -1,12 +0,0 @@
1#ifndef _ASM_X8664_NUMNODES_H
2#define _ASM_X8664_NUMNODES_H 1
3
4#include <linux/config.h>
5
6#ifdef CONFIG_NUMA
7#define NODES_SHIFT 6
8#else
9#define NODES_SHIFT 0
10#endif
11
12#endif