x86/apic: Only use default_wait_for_init_deassert()
authorDavid Rientjes <rientjes@google.com>
Wed, 5 Feb 2014 07:54:58 +0000 (23:54 -0800)
committerIngo Molnar <mingo@kernel.org>
Sun, 9 Feb 2014 14:15:07 +0000 (15:15 +0100)
commitd3c63ae1e2e35e4250390c079dc3fb7291347f5c
tree26cccf9c74d11e0a9c48bacb13d7705752fd4880
parent494479038d97f1b9f76fc633a360a681acdf035c
x86/apic: Only use default_wait_for_init_deassert()

es7000_wait_for_init_deassert() is functionally equivalent to
default_wait_for_init_deassert(), so remove the duplicate code
and use only a single function.

Signed-off-by: David Rientjes <rientjes@google.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1402042353030.7839@chino.kir.corp.google.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/apic.h
arch/x86/kernel/apic/es7000_32.c