Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98190
b: refs/heads/master
c: 3463a93
h: refs/heads/master
v: v3
  • Loading branch information
Alex Chiang authored and Tony Luck committed Jun 11, 2008
1 parent 4d36c81 commit 5f3da4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 83014699b06fb9a300d896c7c49fb8be1c6c5ddc
refs/heads/master: 3463a93def55c309f3c0d0a8aaf216be3be42d64
7 changes: 3 additions & 4 deletions trunk/arch/ia64/kernel/sal.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,10 @@ check_sal_cache_flush (void)
local_irq_save(flags);

/*
* Schedule a timer interrupt, wait until it's reported, and see if
* SAL_CACHE_FLUSH drops it.
* Send ourselves a timer interrupt, wait until it's reported, and see
* if SAL_CACHE_FLUSH drops it.
*/
ia64_set_itv(IA64_TIMER_VECTOR);
ia64_set_itm(ia64_get_itc() + 1000);
platform_send_ipi(cpu, IA64_TIMER_VECTOR, IA64_IPI_DM_INT, 0);

while (!ia64_get_irr(IA64_TIMER_VECTOR))
cpu_relax();
Expand Down

0 comments on commit 5f3da4d

Please sign in to comment.