From: Pekka Enberg Date: Thu, 26 Feb 2009 09:23:52 +0000 (+0200) Subject: kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode() X-Git-Tag: v2.6.31-rc1~303^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9609c13250631c1d0c55a29a64d5687fd91293;p=pandora-kernel.git kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode() This patch moves the CONFIG_X86_64 ifdef out of kmemcheck_opcode_decode() by introducing a version of the function that always returns false for CONFIG_X86_32. Signed-off-by: Pekka Enberg Signed-off-by: Vegard Nossum --- Reading git-diff-tree failed