Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113717
b: refs/heads/master
c: 615c913
h: refs/heads/master
i:
  113715: 8073627
v: v3
  • Loading branch information
David S. Miller committed Oct 13, 2008
1 parent c6b6f58 commit c13663a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 82960b8543cca5797a5e2841a9c43b8c5c669e65
refs/heads/master: 615c9136b385d5225d3ece20aa30b28a90c438d6
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/kernel/chmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ static int __init us3mc_init(void)
if (!us3mc_platform())
return -ENODEV;

__asm__ ("rdpr %%ver, %0" : "=r" (ver));
__asm__ __volatile__("rdpr %%ver, %0" : "=r" (ver));
if ((ver >> 32UL) == __JALAPENO_ID ||
(ver >> 32UL) == __SERRANO_ID) {
mc_type = MC_TYPE_JBUS;
Expand Down

0 comments on commit c13663a

Please sign in to comment.