[patch 6/9] x86, apic: Replace noop_check_apicid_used

2014-07-31 Thread David Rientjes
noop_check_apicid_used() has the same implementation as default_check_apicid_used() in the standard header file, so replace the former with the latter. Signed-off-by: David Rientjes --- arch/x86/kernel/apic/apic_noop.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git

[patch 6/9] x86, apic: Replace noop_check_apicid_used

2014-07-31 Thread David Rientjes
noop_check_apicid_used() has the same implementation as default_check_apicid_used() in the standard header file, so replace the former with the latter. Signed-off-by: David Rientjes rient...@google.com --- arch/x86/kernel/apic/apic_noop.c | 7 +-- 1 file changed, 1 insertion(+), 6