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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-x86_64/numnodes.h b/include/asm-x86_64/numnodes.h
deleted file mode 100644
index 5a1d506b829905..00000000000000
--- a/include/asm-x86_64/numnodes.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _ASM_X8664_NUMNODES_H
-#define _ASM_X8664_NUMNODES_H 1
-
-#include <linux/config.h>
-
-#ifdef CONFIG_NUMA
-#define NODES_SHIFT 6
-#endif
-
-#endif