x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>
Use a more current logging style: - Bare printks should have a KERN_<LEVEL> for consistency's sake - Add pr_fmt where appropriate - Neaten some macro definitions - Convert some Ok output to OK - Use "%s: ", __func__ in pr_fmt for summit - Convert some printks to pr_<level> Message output is not identical in all cases. Signed-off-by:Joe Perches <joe@perches.com> Cc: levinsasha928@gmail.com Link: http://lkml.kernel.org/r/1337655007.24226.10.camel@joe2Laptop [ merged two similar patches, tidied up the changelog ] Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- arch/x86/include/asm/floppy.h 1 addition, 1 deletionarch/x86/include/asm/floppy.h
- arch/x86/include/asm/pci_x86.h 6 additions, 2 deletionsarch/x86/include/asm/pci_x86.h
- arch/x86/include/asm/pgtable-2level.h 2 additions, 2 deletionsarch/x86/include/asm/pgtable-2level.h
- arch/x86/include/asm/pgtable-3level.h 3 additions, 3 deletionsarch/x86/include/asm/pgtable-3level.h
- arch/x86/include/asm/pgtable_64.h 4 additions, 4 deletionsarch/x86/include/asm/pgtable_64.h
- arch/x86/kernel/alternative.c 11 additions, 6 deletionsarch/x86/kernel/alternative.c
- arch/x86/kernel/amd_nb.c 6 additions, 4 deletionsarch/x86/kernel/amd_nb.c
- arch/x86/kernel/apic/io_apic.c 19 additions, 19 deletionsarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/apic/summit_32.c 13 additions, 9 deletionsarch/x86/kernel/apic/summit_32.c
- arch/x86/kernel/apm_32.c 14 additions, 15 deletionsarch/x86/kernel/apm_32.c
- arch/x86/kernel/cpu/bugs.c 10 additions, 10 deletionsarch/x86/kernel/cpu/bugs.c
- arch/x86/kernel/cpu/mcheck/mce.c 12 additions, 10 deletionsarch/x86/kernel/cpu/mcheck/mce.c
- arch/x86/kernel/cpu/perf_event_intel.c 8 additions, 6 deletionsarch/x86/kernel/cpu/perf_event_intel.c
- arch/x86/kernel/dumpstack.c 2 additions, 2 deletionsarch/x86/kernel/dumpstack.c
- arch/x86/kernel/dumpstack_32.c 12 additions, 12 deletionsarch/x86/kernel/dumpstack_32.c
- arch/x86/kernel/dumpstack_64.c 10 additions, 10 deletionsarch/x86/kernel/dumpstack_64.c
- arch/x86/kernel/irq.c 2 additions, 2 deletionsarch/x86/kernel/irq.c
- arch/x86/kernel/module.c 20 additions, 12 deletionsarch/x86/kernel/module.c
- arch/x86/kernel/pci-calgary_64.c 16 additions, 18 deletionsarch/x86/kernel/pci-calgary_64.c
- arch/x86/kernel/process.c 16 additions, 18 deletionsarch/x86/kernel/process.c
Loading
Please register or sign in to comment