commit | 3ae7020543db0b769538e64d1ce8d51fceff60ca | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Nov 26 10:02:00 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 26 10:07:06 2008 +0100 |
tree | ceb0b336afd954bbaff7c58002501b1486b74e03 | |
parent | ed313489badef16d700f5a3be50e8fd8f8294bc8 [diff] |
debugobjects: add boot parameter default value 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>