]> 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)
commitb59a745404cdac7b8231f10ef20f5588e28e236d
tree47a8697462e7015edf2d82a11f4ef7f8138e522e
parenta3296cc3fe121ed08bf7bc320cc777bd8dc8009c
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