Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288394
b: refs/heads/master
c: a7f4255
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Mar 9, 2012
1 parent 50bf02b commit 9bb5396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c447064de46a942e2d91a4cf22afa70538d781dd
refs/heads/master: a7f4255f906f60f72e00aad2fb000939449ff32e
4 changes: 2 additions & 2 deletions trunk/arch/x86/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ static void delay_loop(unsigned long loops)
}

/* TSC based delay: */
static void delay_tsc(unsigned long loops)
static void delay_tsc(unsigned long __loops)
{
unsigned long bclock, now;
u32 bclock, now, loops = __loops;
int cpu;

preempt_disable();
Expand Down

0 comments on commit 9bb5396

Please sign in to comment.