diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2010-05-03 15:39:45 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-05-04 08:39:36 +0200 |
commit | 777d0411cd1e384115985dac5ccd42031e3eee2b (patch) | |
tree | a42183583624899287cbf9c657163ce8ff97a32d /kernel/kallsyms.c | |
parent | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... (diff) | |
download | linux-777d0411cd1e384115985dac5ccd42031e3eee2b.tar.xz linux-777d0411cd1e384115985dac5ccd42031e3eee2b.zip |
hw_breakpoints: Fix percpu build failure
Fix this build error:
kernel/hw_breakpoint.c:58:1: error: pasting "__pcpu_scope_" and "*" does not give a valid preprocessing token
It happens if CONFIG_DEBUG_FORCE_WEAK_PER_CPU, because we concatenate
someting with the name and we have the "*" in the name.
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
Cc: K. Prasad <prasad@linux.vnet.ibm.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Jason Wessel <jason.wessel@windriver.com>
LKML-Reference: <20100503133942.GA5497@nowhere>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/kallsyms.c')
0 files changed, 0 insertions, 0 deletions