[IA64] fix ia64 kprobes compilation
authorAdrian Bunk <bunk@kernel.org>
Mon, 3 Mar 2008 18:07:22 +0000 (20:07 +0200)
committerTony Luck <tony.luck@intel.com>
Tue, 4 Mar 2008 22:35:42 +0000 (14:35 -0800)
This patch fixes the following compile error with a recent gcc:
  CC      kernel/kprobes.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/kernel/kprobes.c:1066: error: __ksymtab_jprobe_return causes a section type conflict

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found