.. | .. |
---|
153 | 153 | KERN_NMI_WATCHDOG=75, /* int: enable/disable nmi watchdog */ |
---|
154 | 154 | KERN_PANIC_ON_NMI=76, /* int: whether we will panic on an unrecovered */ |
---|
155 | 155 | KERN_PANIC_ON_WARN=77, /* int: call panic() in WARN() functions */ |
---|
| 156 | + KERN_PANIC_PRINT=78, /* ulong: bitmask to print system info on panic */ |
---|
156 | 157 | }; |
---|
157 | 158 | |
---|
158 | 159 | |
---|
.. | .. |
---|
194 | 195 | VM_MIN_UNMAPPED=32, /* Set min percent of unmapped pages */ |
---|
195 | 196 | VM_PANIC_ON_OOM=33, /* panic at out-of-memory */ |
---|
196 | 197 | VM_VDSO_ENABLED=34, /* map VDSO into new processes? */ |
---|
197 | | - VM_MIN_SLAB=35, /* Percent pages ignored by zone reclaim */ |
---|
| 198 | + VM_MIN_SLAB=35, /* Percent pages ignored by node reclaim */ |
---|
198 | 199 | }; |
---|
199 | 200 | |
---|
200 | 201 | |
---|