diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index ef7d10170c30..f534257d4b46 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -428,11 +428,6 @@ const struct cpumask *cpu_coregroup_mask(int cpu) | |||
428 | return &c->llc_shared_map; | 428 | return &c->llc_shared_map; |
429 | } | 429 | } |
430 | 430 | ||
431 | cpumask_t cpu_coregroup_map(int cpu) | ||
432 | { | ||
433 | return *cpu_coregroup_mask(cpu); | ||
434 | } | ||
435 | |||
436 | static void impress_friends(void) | 431 | static void impress_friends(void) |
437 | { | 432 | { |
438 | int cpu; | 433 | int cpu; |