From: Kyle McMartin Date: Mon, 2 Mar 2009 01:41:41 +0000 (-0500) Subject: debug_objects: add boot-parameter toggle to turn object debugging off again X-Git-Tag: v2.6.30-rc1~207^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8ebb5c433f016dff5824587436642d87fc2e6c;p=pandora-kernel.git debug_objects: add boot-parameter toggle to turn object debugging off again While trying to debug why my Atom netbook is falling over booting rawhide debug-enabled kernels, I stumbled across the fact that we've been enabling object debugging by default. However, once you default it to on, you've got no way to turn it back off again at runtime. Add a boolean toggle to turn it off. I would just make it an int module_param, however people may already expect the boolean enable behaviour, so just add an analogue for disabling. Signed-off-by: Kyle McMartin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed