diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2012-03-19 16:46:32 -0400 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2012-03-20 05:41:43 -0400 |
| commit | b2f1df8d2fc14bf7e6d9d967043d4b60c2efd8dc (patch) | |
| tree | 065282434bde6ef9b4357c042705c5fcef3782ea /include/linux/kmsg_dump.h | |
| parent | c0206e228e34d8b414fcc63db45b831843adea06 (diff) | |
| parent | 5cd9eb2736a572a9ef2689829f47ffd4262adc00 (diff) | |
Merge branch 'renesas/timer' into next/timer
Conflicts:
arch/arm/mach-shmobile/timer.c
This resolves a nonobvious merge conflict between renesas
timer changes in the global timer changes with those
from the renesas soc branch and last minute bug fixes that
went into v3.3.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/kmsg_dump.h')
| -rw-r--r-- | include/linux/kmsg_dump.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/linux/kmsg_dump.h b/include/linux/kmsg_dump.h index fee66317e071..35f7237ec972 100644 --- a/include/linux/kmsg_dump.h +++ b/include/linux/kmsg_dump.h | |||
| @@ -15,13 +15,18 @@ | |||
| 15 | #include <linux/errno.h> | 15 | #include <linux/errno.h> |
| 16 | #include <linux/list.h> | 16 | #include <linux/list.h> |
| 17 | 17 | ||
| 18 | /* | ||
| 19 | * Keep this list arranged in rough order of priority. Anything listed after | ||
| 20 | * KMSG_DUMP_OOPS will not be logged by default unless printk.always_kmsg_dump | ||
| 21 | * is passed to the kernel. | ||
| 22 | */ | ||
| 18 | enum kmsg_dump_reason { | 23 | enum kmsg_dump_reason { |
| 19 | KMSG_DUMP_OOPS, | ||
| 20 | KMSG_DUMP_PANIC, | 24 | KMSG_DUMP_PANIC, |
| 25 | KMSG_DUMP_OOPS, | ||
| 26 | KMSG_DUMP_EMERG, | ||
| 21 | KMSG_DUMP_RESTART, | 27 | KMSG_DUMP_RESTART, |
| 22 | KMSG_DUMP_HALT, | 28 | KMSG_DUMP_HALT, |
| 23 | KMSG_DUMP_POWEROFF, | 29 | KMSG_DUMP_POWEROFF, |
| 24 | KMSG_DUMP_EMERG, | ||
| 25 | }; | 30 | }; |
| 26 | 31 | ||
| 27 | /** | 32 | /** |
