From: David Rientjes Date: Wed, 5 Feb 2014 07:55:01 +0000 (-0800) Subject: x86/apic: Switch wait_for_init_deassert() to a bool flag X-Git-Tag: v3.15-rc1~127^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=465822cfc8cb850ba76046965cc7b6fd1f8c3d73;p=pandora-kernel.git x86/apic: Switch wait_for_init_deassert() to a bool flag Now that there is only a single wait_for_init_deassert() function, just convert the member of struct apic to a bool to determine whether we need to wait for init_deassert to become non-zero. There are no more callers of default_wait_for_init_deassert(), so fold it into the caller. Signed-off-by: David Rientjes Reviewed-by: Thomas Gleixner Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1402042354010.7839@chino.kir.corp.google.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed