diff options
Diffstat (limited to 'kernel/panic.c')
| -rw-r--r-- | kernel/panic.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 6513aac8e99..4d5088355bf 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -167,6 +167,7 @@ static const struct tnt tnts[] = {   *  'M' - System experienced a machine check exception.   *  'B' - System has hit bad_page.   *  'U' - Userspace-defined naughtiness. + *  'D' - Kernel has oopsed before   *  'A' - ACPI table overridden.   *  'W' - Taint on warning.   *  'C' - modules from drivers/staging are loaded.  |