diff options
Diffstat (limited to 'arch/x86/kernel/traps_64.c')
-rw-r--r-- | arch/x86/kernel/traps_64.c | 8 |
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 | ||
465 | void out_of_line_bug(void) | ||
466 | { | ||
467 | BUG(); | ||
468 | } | ||
469 | EXPORT_SYMBOL(out_of_line_bug); | ||
470 | #endif | ||
471 | |||
472 | static raw_spinlock_t die_lock = __RAW_SPIN_LOCK_UNLOCKED; | 464 | static raw_spinlock_t die_lock = __RAW_SPIN_LOCK_UNLOCKED; |
473 | static int die_owner = -1; | 465 | static int die_owner = -1; |
474 | static unsigned int die_nest_count; | 466 | static unsigned int die_nest_count; |