diff options
-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, |