]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit4399c03c6780ed75fa26e09a7b3a175b3aac5760
tree47a8697462e7015edf2d82a11f4ef7f8138e522e
parente42391cd048809d903291d07f86ed3934ce138e9
x86/apic: Remove verify_local_APIC()

__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