Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112655
b: refs/heads/master
c: 5c520a6
h: refs/heads/master
i:
  112653: 1852b92
  112651: 49962ef
  112647: e47a853
  112639: 6447e5a
v: v3
  • Loading branch information
Suresh Siddha authored and Ingo Molnar committed Jul 12, 2008
1 parent 942509a commit e233710
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12a67cf6851871ca8df42025c94f140c303d0f7f
refs/heads/master: 5c520a6724e912a7e6153b7597192edad6752750
5 changes: 5 additions & 0 deletions trunk/arch/x86/kernel/genx2apic_uv_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ static int uv_apic_id_registered(void)
return 1;
}

static inline void uv_init_apic_ldr(void)
{
}

static unsigned int uv_cpu_mask_to_apicid(cpumask_t cpumask)
{
int cpu;
Expand Down Expand Up @@ -164,6 +168,7 @@ struct genapic apic_x2apic_uv_x = {
.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,
Expand Down

0 comments on commit e233710

Please sign in to comment.