From: Masami Hiramatsu Date: Tue, 30 Jan 2007 22:36:06 +0000 (-0800) Subject: [PATCH] kprobes: replace magic numbers with enum X-Git-Tag: v2.6.20-rc7~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab40c5c6b6861ee71fd97f2611027b01e9ec4da0;p=pandora-kernel.git [PATCH] kprobes: replace magic numbers with enum Replace the magic numbers with an enum, and gets rid of a warning on the specific architectures (ex. powerpc) on which the compiler considers 'char' as 'unsigned char'. Signed-off-by: Masami Hiramatsu Cc: Prasanna S Panchamukhi Cc: Ananth N Mavinakayanahalli Cc: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed