From: Pekka Enberg Date: Thu, 26 Feb 2009 19:38:56 +0000 (+0200) Subject: kmemcheck: make kconfig accessible for other architectures X-Git-Tag: v2.6.31-rc1~303^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4af3b09309049d8560f8ad558a1337bb4f7f32;p=pandora-kernel.git kmemcheck: make kconfig accessible for other architectures The Kconfig options of kmemcheck are hidden under arch/x86 which makes porting to other architectures harder. To fix that, move the Kconfig bits to lib/Kconfig.kmemcheck and introduce a CONFIG_HAVE_ARCH_KMEMCHECK config option that architectures can define. Signed-off-by: Pekka Enberg [rebased for mainline inclusion] Signed-off-by: Vegard Nossum --- Reading git-diff-tree failed