]> Git Repo - linux.git/commit
x86/apic: Remove verify_local_APIC()
authorBandan Das <[email protected]>
Tue, 31 Mar 2015 20:43:17 +0000 (16:43 -0400)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/include/asm/apic.h
arch/x86/kernel/apic/apic.c
arch/x86/kernel/smpboot.c
This page took 0.068785 seconds and 4 git commands to generate.