Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199757
b: refs/heads/master
c: c8fcb14
h: refs/heads/master
i:
  199755: 382cc39
v: v3
  • Loading branch information
Ingo Molnar committed Jun 1, 2010
1 parent b148b8b commit 981210e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d7f0776975334070a93370ae048fda0c31a91c38
refs/heads/master: c8fcb14fecac72bb2cd2974cf133fba6c4b4a13d
6 changes: 0 additions & 6 deletions trunk/arch/x86/kernel/setup_percpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/x86/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 981210e

Please sign in to comment.