diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2008-07-10 14:16:55 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-12 02:45:04 -0400 |
commit | 5c520a6724e912a7e6153b7597192edad6752750 (patch) | |
tree | 1f28a4b85387ea43d0d2398bf2a297e0579ab274 | |
parent | 12a67cf6851871ca8df42025c94f140c303d0f7f (diff) |
x64, x2apic/intr-remap: setup init_apic_ldr for UV
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Jack Steiner <steiner@sgi.com>
Cc: akpm@linux-foundation.org
Cc: arjan@linux.intel.com
Cc: andi@firstfloor.org
Cc: ebiederm@xmission.com
Cc: jbarnes@virtuousgeek.org
Cc: steiner@sgi.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/genx2apic_uv_x.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/genx2apic_uv_x.c b/arch/x86/kernel/genx2apic_uv_x.c index 1ef99be18488..dcd4fb219daa 100644 --- a/arch/x86/kernel/genx2apic_uv_x.c +++ b/arch/x86/kernel/genx2apic_uv_x.c | |||
@@ -120,6 +120,10 @@ static int uv_apic_id_registered(void) | |||
120 | return 1; | 120 | return 1; |
121 | } | 121 | } |
122 | 122 | ||
123 | static inline void uv_init_apic_ldr(void) | ||
124 | { | ||
125 | } | ||
126 | |||
123 | static unsigned int uv_cpu_mask_to_apicid(cpumask_t cpumask) | 127 | static unsigned int uv_cpu_mask_to_apicid(cpumask_t cpumask) |
124 | { | 128 | { |
125 | int cpu; | 129 | int cpu; |
@@ -164,6 +168,7 @@ struct genapic apic_x2apic_uv_x = { | |||
164 | .target_cpus = uv_target_cpus, | 168 | .target_cpus = uv_target_cpus, |
165 | .vector_allocation_domain = uv_vector_allocation_domain,/* Fixme ZZZ */ | 169 | .vector_allocation_domain = uv_vector_allocation_domain,/* Fixme ZZZ */ |
166 | .apic_id_registered = uv_apic_id_registered, | 170 | .apic_id_registered = uv_apic_id_registered, |
171 | .init_apic_ldr = uv_init_apic_ldr, | ||
167 | .send_IPI_all = uv_send_IPI_all, | 172 | .send_IPI_all = uv_send_IPI_all, |
168 | .send_IPI_allbutself = uv_send_IPI_allbutself, | 173 | .send_IPI_allbutself = uv_send_IPI_allbutself, |
169 | .send_IPI_mask = uv_send_IPI_mask, | 174 | .send_IPI_mask = uv_send_IPI_mask, |