]> git.baikalelectronics.ru Git - kernel.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)
commit7a1b6bdd347a2e5a56c7f227db83c25a57814915
tree47a8697462e7015edf2d82a11f4ef7f8138e522e
parent5c5959bc24fef6e9966a100ec9bab51a97c1682b
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