[patch 21/26] x64, x2apic/intr-remap: setup init_apic_ldr for UV

From: Suresh Siddha
Date: Thu Jul 10 2008 - 14:43:49 EST


Signed-off-by: Suresh Siddha <suresh.b.siddha@xxxxxxxxx>
Signed-off-by: Jack Steiner <steiner@xxxxxxx>
---

Index: tree-x86/arch/x86/kernel/genx2apic_uv_x.c
===================================================================
--- tree-x86.orig/arch/x86/kernel/genx2apic_uv_x.c 2008-07-10 09:52:12.000000000 -0700
+++ tree-x86/arch/x86/kernel/genx2apic_uv_x.c 2008-07-10 09:52:29.000000000 -0700
@@ -120,6 +120,10 @@
return 1;
}

+static inline void uv_init_apic_ldr(void)
+{
+}
+
static unsigned int uv_cpu_mask_to_apicid(cpumask_t cpumask)
{
int cpu;
@@ -164,6 +168,7 @@
.target_cpus = uv_target_cpus,
.vector_allocation_domain = uv_vector_allocation_domain,/* Fixme ZZZ */
.apic_id_registered = uv_apic_id_registered,
+ .init_apic_ldr = uv_init_apic_ldr,
.send_IPI_all = uv_send_IPI_all,
.send_IPI_allbutself = uv_send_IPI_allbutself,
.send_IPI_mask = uv_send_IPI_mask,

--

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/