x86/apic: Remove verify_local_APIC()
authorBandan Das <bsd@redhat.com>
Tue, 31 Mar 2015 20:43:17 +0000 (16:43 -0400)
committerIngo Molnar <mingo@kernel.org>
Wed, 1 Apr 2015 08:47:57 +0000 (10:47 +0200)
__verify_local_APIC() is detritus from the early APIC days.
Its return value isn't used anywhere and the information it
prints when debug is enabled is already part of APIC
initialization messages printed to syslog. Off with it!

Signed-off-by: Bandan Das <bsd@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/jpgy4mcsxsq.fsf@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/apic.h
arch/x86/kernel/apic/apic.c
arch/x86/kernel/smpboot.c

Simple merge
Simple merge
Simple merge