diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2010-05-24 09:04:51 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-05-31 04:01:53 -0400 |
commit | e565813ab95875af0d51a6bcd537068380bb06ea (patch) | |
tree | cd5061d8cfd5724b836da0772a7569ad79aa2f05 /arch/x86/mm/numa.c | |
parent | 67a3e12b05e055c0415c556a315a3d3eb637e29e (diff) |
x86/mm: Remove unused DBG() macro
DBG() macro for CONFIG_DEBUG_PER_CPU_MAPS is unused.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
LKML-Reference: <1274706291-13554-1-git-send-email-akinobu.mita@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm/numa.c')
-rw-r--r-- | arch/x86/mm/numa.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c index 550df481accd..787c52ca49c3 100644 --- a/arch/x86/mm/numa.c +++ b/arch/x86/mm/numa.c | |||
@@ -3,12 +3,6 @@ | |||
3 | #include <linux/module.h> | 3 | #include <linux/module.h> |
4 | #include <linux/bootmem.h> | 4 | #include <linux/bootmem.h> |
5 | 5 | ||
6 | #ifdef CONFIG_DEBUG_PER_CPU_MAPS | ||
7 | # define DBG(x...) printk(KERN_DEBUG x) | ||
8 | #else | ||
9 | # define DBG(x...) | ||
10 | #endif | ||
11 | |||
12 | /* | 6 | /* |
13 | * Which logical CPUs are on which nodes | 7 | * Which logical CPUs are on which nodes |
14 | */ | 8 | */ |