From: Helge Deller Date: Sun, 15 Jan 2006 19:11:50 +0000 (-0700) Subject: [PARISC] Use DEBUG_KERNEL to catch used-after-free __init data X-Git-Tag: v2.6.16-rc3~205^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81a3de3efd61c2483a303cf0b6227525d2f28df7;p=pandora-kernel.git [PARISC] Use DEBUG_KERNEL to catch used-after-free __init data Use CONFIG_DEBUG_KERNEL to catch kernel code which tries to access __init data after it is freed. When CONFIG_DEBUG_KERNEL is not set this also cleans up a WARN_ON at boot time. Also remove some dead code from mm/init.c Signed-off-by: Helge Deller Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed