Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123339
b: refs/heads/master
c: 456cad8
h: refs/heads/master
i:
  123337: 03d90f0
  123335: fc3b22c
v: v3
  • Loading branch information
David S. Miller committed Dec 4, 2008
1 parent 0f997a6 commit 60fa938
Show file tree
Hide file tree
Showing 2 changed files with 6 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: f9aad60010efa896319ed6e908a5cb5e3a852907
refs/heads/master: 456cad8e4e1754672e6df1e716cff1482ea124ce
9 changes: 5 additions & 4 deletions trunk/arch/sparc/include/asm/system_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,12 @@ do { __asm__ __volatile__("ba,pt %%xcc, 1f\n\t" \
* arch/sparc64/kernel/smp.c:smp_percpu_timer_interrupt()
* for more information.
*/
#define reset_pic() \
__asm__ __volatile__("ba,pt %xcc, 99f\n\t" \
#define write_pic(__p) \
__asm__ __volatile__("ba,pt %%xcc, 99f\n\t" \
".align 64\n" \
"99:wr %g0, 0x0, %pic\n\t" \
"rd %pic, %g0")
"99:wr %0, 0x0, %%pic\n\t" \
"rd %%pic, %%g0" : : "r" (__p))
#define reset_pic() write_pic(0)

#ifndef __ASSEMBLY__

Expand Down

0 comments on commit 60fa938

Please sign in to comment.