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 50349a41fba7..13f06349a786 100644 --- a/kernel/panic.c +++ b/kernel/panic.c | |||
@@ -168,6 +168,7 @@ static const struct tnt tnts[] = { | |||
168 | * 'M' - System experienced a machine check exception. | 168 | * 'M' - System experienced a machine check exception. |
169 | * 'B' - System has hit bad_page. | 169 | * 'B' - System has hit bad_page. |
170 | * 'U' - Userspace-defined naughtiness. | 170 | * 'U' - Userspace-defined naughtiness. |
171 | * 'D' - Kernel has oopsed before | ||
171 | * 'A' - ACPI table overridden. | 172 | * 'A' - ACPI table overridden. |
172 | * 'W' - Taint on warning. | 173 | * 'W' - Taint on warning. |
173 | * 'C' - modules from drivers/staging are loaded. | 174 | * 'C' - modules from drivers/staging are loaded. |