aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps_64.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 07:30:28 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:30:28 -0500
commit3abf024d2abb79614d8c4cb25a70d5596f77d0ad (patch)
tree443a31982281a6b5a0816946927ebda9eca1f24d /arch/x86/kernel/traps_64.c
parenta72368dd37f6ae333fbab03598e46a995d91decc (diff)
x86: nuke a ton of unused exports
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/traps_64.c')
-rw-r--r--arch/x86/kernel/traps_64.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/kernel/traps_64.c b/arch/x86/kernel/traps_64.c
index cc68b92316cd..aa248d754533 100644
--- a/arch/x86/kernel/traps_64.c
+++ b/arch/x86/kernel/traps_64.c
@@ -461,14 +461,6 @@ int is_valid_bugaddr(unsigned long rip)
461 return ud2 == 0x0b0f; 461 return ud2 == 0x0b0f;
462} 462}
463 463
464#ifdef CONFIG_BUG
465void out_of_line_bug(void)
466{
467 BUG();
468}
469EXPORT_SYMBOL(out_of_line_bug);
470#endif
471
472static raw_spinlock_t die_lock = __RAW_SPIN_LOCK_UNLOCKED; 464static raw_spinlock_t die_lock = __RAW_SPIN_LOCK_UNLOCKED;
473static int die_owner = -1; 465static int die_owner = -1;
474static unsigned int die_nest_count; 466static unsigned int die_nest_count;