powerpc: perf_event: Hide iseries_check_pending_irqs
authorAnton Blanchard <anton@samba.org>
Sun, 18 Oct 2009 01:24:29 +0000 (01:24 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Oct 2009 05:13:05 +0000 (16:13 +1100)
commit917e407c762ba6d91d1a4bc1c804d518585082a3
tree6549effd49f0569c20d8539cfb8ec6ec03409f01
parent3cd980dbc1050889acca7306cbcedf79a4ba2f81
powerpc: perf_event: Hide iseries_check_pending_irqs

If CONFIG_PPC_ISERIES isn't defined we end up with
iseries_check_pending_irqs and do_work at the same address.
perf ends up picking iseries_check_pending_irqs which creates
confusing backtraces.  Hide it.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/entry_64.S