From: Andrew Morton In file included from arch/ia64/mm/fault.c:11: include/linux/kprobes.h:174: error: syntax error before numeric constant sorry, ia64 #defines that. Try something else ;) Cc: David Howells Cc: Koichi Yasutake Cc: Masakazu Urade Signed-off-by: Andrew Morton --- include/linux/kprobes.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/kprobes.h~mn10300-add-the-mn10300-am33-architecture-to-the-kernel-ia64-fix include/linux/kprobes.h --- a/include/linux/kprobes.h~mn10300-add-the-mn10300-am33-architecture-to-the-kernel-ia64-fix +++ a/include/linux/kprobes.h @@ -171,7 +171,6 @@ struct kretprobe_blackpoint { void *addr; }; extern struct kretprobe_blackpoint kretprobe_blacklist[]; -extern const int kretprobe_blacklist_size; static inline void kretprobe_assert(struct kretprobe_instance *ri, unsigned long orig_ret_address, unsigned long trampoline_address) _