diff options
| author | 2009-06-16 03:02:02 -0700 | |
|---|---|---|
| committer | 2009-06-16 03:02:02 -0700 | |
| commit | 7f148d65051e577cc4a002183ec55d625b51de85 (patch) | |
| tree | d5e9d09f5168557cf270630a539a5d9c7b3bed9e | |
| parent | 4b4900b6b7138b2a7911760df1e8921f85d95411 (diff) | |
| parent | 8cae2daf9853cdb70826ae16cda31b9b45631c33 (diff) | |
Merge change 4316 into donut
* changes:
Revert "dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash."
| -rw-r--r-- | cmds/dumpstate/dumpstate.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index 9a6684a46b33..cc951c1bcbd1 100644 --- a/cmds/dumpstate/dumpstate.c +++ b/cmds/dumpstate/dumpstate.c @@ -49,11 +49,7 @@ static void dumpstate(int full) { PRINT("------ VIRTUAL MEMORY STATS ------"); DUMP("/proc/vmstat"); PRINT("------ SLAB INFO ------"); -#if 0 DUMP("/proc/slabinfo"); -#else - PRINT("temporarily disabled to avoid kernel crasher"); -#endif PRINT("------ ZONEINFO ------"); DUMP("/proc/zoneinfo"); PRINT("------ SYSTEM LOG ------"); |