diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 22:32:51 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:17 -0500 |
commit | fe402e1f2b67a63f1e53ab2a316fc20f7ca4ec91 (patch) | |
tree | 2a903e99aee78879b538f38676d30a4a4d9fde0e /arch/x86/include/asm/summit/apic.h | |
parent | 0a9cc20b9c18372ba5a9fea990f5812f3ee01e32 (diff) |
x86, apic: clean up / remove TARGET_CPUS
Impact: cleanup
use apic->target_cpus() directly instead of the TARGET_CPUS wrapper.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/summit/apic.h')
-rw-r--r-- | arch/x86/include/asm/summit/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/summit/apic.h b/arch/x86/include/asm/summit/apic.h index 7c1f9151429c..cf5036f1ce6d 100644 --- a/arch/x86/include/asm/summit/apic.h +++ b/arch/x86/include/asm/summit/apic.h | |||
@@ -148,7 +148,7 @@ static inline unsigned int cpu_mask_to_apicid(const cpumask_t *cpumask) | |||
148 | return (int) 0xFF; | 148 | return (int) 0xFF; |
149 | /* | 149 | /* |
150 | * The cpus in the mask must all be on the apic cluster. If are not | 150 | * The cpus in the mask must all be on the apic cluster. If are not |
151 | * on the same apicid cluster return default value of TARGET_CPUS. | 151 | * on the same apicid cluster return default value of target_cpus(): |
152 | */ | 152 | */ |
153 | cpu = first_cpu(*cpumask); | 153 | cpu = first_cpu(*cpumask); |
154 | apicid = cpu_to_logical_apicid(cpu); | 154 | apicid = cpu_to_logical_apicid(cpu); |