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)
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>

No differences found