summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S
diff options
context:
space:
mode:
authorSeiji Aguchi2013-06-20 17:45:44 +0200
committerH. Peter Anvin2013-06-21 07:25:13 +0200
commit629f4f9d59a27d8e58aa612e886e6a9a63ea7aeb (patch)
tree049f9d16e2c304a51fa62d47cde34af8b10fc65d /arch/x86/kernel/head_64.S
parentx86, trace: Introduce entering/exiting_irq() (diff)
downloadkernel-qcow2-linux-629f4f9d59a27d8e58aa612e886e6a9a63ea7aeb.tar.gz
kernel-qcow2-linux-629f4f9d59a27d8e58aa612e886e6a9a63ea7aeb.tar.xz
kernel-qcow2-linux-629f4f9d59a27d8e58aa612e886e6a9a63ea7aeb.zip
x86: Rename variables for debugging
Rename variables for debugging to describe meaning of them precisely. Also, introduce a generic way to switch IDT by checking a current state, debug on/off. Signed-off-by: Seiji Aguchi <seiji.aguchi@hds.com> Link: http://lkml.kernel.org/r/51C323A8.7050905@hds.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Cc: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'arch/x86/kernel/head_64.S')
-rw-r--r--arch/x86/kernel/head_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
index 321d65ebaffe..84fb779d5b74 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -518,7 +518,7 @@ ENTRY(idt_table)
.skip IDT_ENTRIES * 16
.align L1_CACHE_BYTES
-ENTRY(nmi_idt_table)
+ENTRY(debug_idt_table)
.skip IDT_ENTRIES * 16
__PAGE_ALIGNED_BSS