projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] libata-eh-fw: implement ata_port_schedule_eh() and ata_port_abort()
[linux-2.6]
/
include
/
asm-xtensa
/
delay.h
diff --git
a/include/asm-xtensa/delay.h
b/include/asm-xtensa/delay.h
index
0a123d5
..
1bc601e
100644
(file)
--- a/
include/asm-xtensa/delay.h
+++ b/
include/asm-xtensa/delay.h
@@
-18,7
+18,7
@@
extern unsigned long loops_per_jiffy;
-
extern __inline__
void __delay(unsigned long loops)
+
static inline
void __delay(unsigned long loops)
{
/* 2 cycles per loop. */
__asm__ __volatile__ ("1: addi %0, %0, -2; bgeui %0, 2, 1b"