x86: traps_xx: modify x86_64 to use _log_lvl variants
authorAlexander van Heukelum <heukelum@mailshack.com>
Thu, 10 Jul 2008 19:16:39 +0000 (21:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Jul 2008 14:21:17 +0000 (16:21 +0200)
commit7dedcee394a3f61475d08002bd12e8068d044216
tree1a6ee77e377416ad66fc57e258feb82f52f2ff98
parent78cbac65fd77242f3e5d77f4d7a71e8bc869fe4d
x86: traps_xx: modify x86_64 to use _log_lvl variants

i386 has show_trace_log_lvl and show_stack_log_lvl, allowing
traces to be emitted with log-level annotations. This patch
introduces them to x86_64, but log_lvl is only ever set to
an empty string. Output of traces is unchanged.

i386-chunk is whitespace-only.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/traps_32.c
arch/x86/kernel/traps_64.c