debugobjects: add boot parameter default value
authorIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 09:02:00 +0000 (10:02 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 09:07:06 +0000 (10:07 +0100)
Impact: add .config driven boot parameter default value

Right now debugobjects can only be activated if the debug_objects
boot parameter is passed in via the boot command line.

Make this more convenient (and randomizable) by also providing
a .config method. Enable it by default. (DEBUG_OBJECTS itself
is default-off)

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found