diff options
| author | Ingo Molnar <mingo@elte.hu> | 2010-10-30 04:43:08 -0400 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2010-10-30 04:43:08 -0400 | 
| commit | 169ed55bd30305b933f52bfab32a58671d44ab68 (patch) | |
| tree | 32e280957474f458901abfce16fa2a1687ef7497 /kernel/printk.c | |
| parent | 3d7851b3cdd43a734e5cc4c643fd886ab28ad4d5 (diff) | |
| parent | 45f81b1c96d9793e47ce925d257ea693ce0b193e (diff) | |
Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent
Diffstat (limited to 'kernel/printk.c')
| -rw-r--r-- | kernel/printk.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index 2531017795f6..b2ebaee8c377 100644 --- a/kernel/printk.c +++ b/kernel/printk.c  | |||
| @@ -210,7 +210,7 @@ __setup("log_buf_len=", log_buf_len_setup); | |||
| 210 | 210 | ||
| 211 | #ifdef CONFIG_BOOT_PRINTK_DELAY | 211 | #ifdef CONFIG_BOOT_PRINTK_DELAY | 
| 212 | 212 | ||
| 213 | static unsigned int boot_delay; /* msecs delay after each printk during bootup */ | 213 | static int boot_delay; /* msecs delay after each printk during bootup */ | 
| 214 | static unsigned long long loops_per_msec; /* based on boot_delay */ | 214 | static unsigned long long loops_per_msec; /* based on boot_delay */ | 
| 215 | 215 | ||
| 216 | static int __init boot_delay_setup(char *str) | 216 | static int __init boot_delay_setup(char *str) | 
| @@ -647,6 +647,7 @@ static inline int can_use_console(unsigned int cpu) | |||
| 647 | * released but interrupts still disabled. | 647 | * released but interrupts still disabled. | 
| 648 | */ | 648 | */ | 
| 649 | static int acquire_console_semaphore_for_printk(unsigned int cpu) | 649 | static int acquire_console_semaphore_for_printk(unsigned int cpu) | 
| 650 | __releases(&logbuf_lock) | ||
| 650 | { | 651 | { | 
| 651 | int retval = 0; | 652 | int retval = 0; | 
| 652 | 653 | ||
| @@ -1511,7 +1512,7 @@ int kmsg_dump_unregister(struct kmsg_dumper *dumper) | |||
| 1511 | } | 1512 | } | 
| 1512 | EXPORT_SYMBOL_GPL(kmsg_dump_unregister); | 1513 | EXPORT_SYMBOL_GPL(kmsg_dump_unregister); | 
| 1513 | 1514 | ||
| 1514 | static const char const *kmsg_reasons[] = { | 1515 | static const char * const kmsg_reasons[] = { | 
| 1515 | [KMSG_DUMP_OOPS] = "oops", | 1516 | [KMSG_DUMP_OOPS] = "oops", | 
| 1516 | [KMSG_DUMP_PANIC] = "panic", | 1517 | [KMSG_DUMP_PANIC] = "panic", | 
| 1517 | [KMSG_DUMP_KEXEC] = "kexec", | 1518 | [KMSG_DUMP_KEXEC] = "kexec", | 
