Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138691
b: refs/heads/master
c: 1400b3f
h: refs/heads/master
i:
  138689: 1bd8d7f
  138687: 48de3ae
v: v3
  • Loading branch information
Dimitri Sivanich authored and Ingo Molnar committed Mar 5, 2009
1 parent 42ea161 commit 8cf545d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ab5ab34498f94d60884c4ccea890601e429042e
refs/heads/master: 1400b3faab8fedfffde5a7fe47098e2732d4aa76
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/uv_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <asm/uv/uv_hub.h>
#include <asm/uv/bios.h>
#include <asm/uv/uv.h>
#include <asm/apic.h>
#include <asm/cpu.h>

#define RTC_NAME "sgi_rtc"

Expand Down Expand Up @@ -84,7 +86,7 @@ static void uv_rtc_send_IPI(int cpu)
unsigned long apicid, val;
int pnode;

apicid = per_cpu(x86_cpu_to_apicid, cpu);
apicid = cpu_physical_id(cpu);
pnode = uv_apicid_to_pnode(apicid);
val = (1UL << UVH_IPI_INT_SEND_SHFT) |
(apicid << UVH_IPI_INT_APIC_ID_SHFT) |
Expand Down

0 comments on commit 8cf545d

Please sign in to comment.