projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] i386: Move memory map printing and other code to e820.c
[linux-2.6]
/
include
/
asm-cris
/
timex.h
diff --git
a/include/asm-cris/timex.h
b/include/asm-cris/timex.h
index
3fb069a
..
b92e0e8
100644
(file)
--- a/
include/asm-cris/timex.h
+++ b/
include/asm-cris/timex.h
@@
-16,7
+16,7
@@
typedef unsigned long long cycles_t;
-
extern
inline cycles_t get_cycles(void)
+
static
inline cycles_t get_cycles(void)
{
return 0;
}