Commit b723f0ed authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86_64: Fix warning in genapic

Straightforward patch to remove a warning in genapic about a unused
function.

Independently done by Chris Wright too.
Signed-off-by: default avatarAndi Kleen <ak@muc.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 582b5af2
......@@ -57,14 +57,6 @@ static void cluster_init_apic_ldr(void)
apic_write_around(APIC_LDR, val);
}
static int cluster_cpu_present_to_apicid(int mps_cpu)
{
if ((unsigned)mps_cpu < NR_CPUS)
return (int)bios_cpu_apicid[mps_cpu];
else
return BAD_APICID;
}
/* Start with all IRQs pointing to boot CPU. IRQ balancing will shift them. */
static cpumask_t cluster_target_cpus(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment