diff options
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r-- | arch/x86/include/asm/apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index 1d2091a226bc..2ef701381e2a 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -521,7 +521,6 @@ static inline void default_wait_for_init_deassert(atomic_t *deassert) | |||
521 | { | 521 | { |
522 | while (!atomic_read(deassert)) | 522 | while (!atomic_read(deassert)) |
523 | cpu_relax(); | 523 | cpu_relax(); |
524 | return; | ||
525 | } | 524 | } |
526 | 525 | ||
527 | extern void generic_bigsmp_probe(void); | 526 | extern void generic_bigsmp_probe(void); |