Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20326
b: refs/heads/master
c: e35a661
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Feb 15, 2006
1 parent 0b06ed4 commit 24127f0
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: 5a1342f77304da8dc698e0ecf09925438764d80f
refs/heads/master: e35a6619e7be59aa38249346327c89207663bb37
2 changes: 1 addition & 1 deletion trunk/arch/s390/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void __delay(unsigned long loops)
*/
__asm__ __volatile__(
"0: brct %0,0b"
: /* no outputs */ : "r" (loops/2) );
: /* no outputs */ : "r" ((loops/2) + 1));
}

/*
Expand Down

0 comments on commit 24127f0

Please sign in to comment.