Loading arch/x86/kernel/setup_percpu.c +0 −6 Original line number Diff line number Diff line Loading @@ -21,12 +21,6 @@ #include <asm/cpu.h> #include <asm/stackprotector.h> #ifdef CONFIG_DEBUG_PER_CPU_MAPS # define DBG(fmt, ...) pr_dbg(fmt, ##__VA_ARGS__) #else # define DBG(fmt, ...) do { if (0) pr_dbg(fmt, ##__VA_ARGS__); } while (0) #endif DEFINE_PER_CPU(int, cpu_number); EXPORT_PER_CPU_SYMBOL(cpu_number); Loading arch/x86/mm/numa.c +0 −6 Original line number Diff line number Diff line Loading @@ -3,12 +3,6 @@ #include <linux/module.h> #include <linux/bootmem.h> #ifdef CONFIG_DEBUG_PER_CPU_MAPS # define DBG(x...) printk(KERN_DEBUG x) #else # define DBG(x...) #endif /* * Which logical CPUs are on which nodes */ Loading Loading
arch/x86/kernel/setup_percpu.c +0 −6 Original line number Diff line number Diff line Loading @@ -21,12 +21,6 @@ #include <asm/cpu.h> #include <asm/stackprotector.h> #ifdef CONFIG_DEBUG_PER_CPU_MAPS # define DBG(fmt, ...) pr_dbg(fmt, ##__VA_ARGS__) #else # define DBG(fmt, ...) do { if (0) pr_dbg(fmt, ##__VA_ARGS__); } while (0) #endif DEFINE_PER_CPU(int, cpu_number); EXPORT_PER_CPU_SYMBOL(cpu_number); Loading
arch/x86/mm/numa.c +0 −6 Original line number Diff line number Diff line Loading @@ -3,12 +3,6 @@ #include <linux/module.h> #include <linux/bootmem.h> #ifdef CONFIG_DEBUG_PER_CPU_MAPS # define DBG(x...) printk(KERN_DEBUG x) #else # define DBG(x...) #endif /* * Which logical CPUs are on which nodes */ Loading