From: Anil S Keshavamurthy Date: Tue, 10 Jan 2006 04:52:42 +0000 (-0800) Subject: [PATCH] kprobes: cleanup include/asm/kprobes.h X-Git-Tag: v2.6.16-rc1~577 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41dead49ccb4d7f0a34d56478f487342a3c3ab2b;p=pandora-kernel.git [PATCH] kprobes: cleanup include/asm/kprobes.h The arch specific kprobes.h files never gets included when CONFIG_KPROBES is turned off. Hence check for CONFIG_KPROBES is not appropriate here in this arch specific kprobes.h files. Also the below defined function kprobes_exception_notify() is not needed when CONFIG_KPROBES is off. Compile tested for both CONFIG_KPROBES=y and N. Signed-off-by: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed