projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
sparc: convert to arch_gettimeoffset()
[linux-2.6.git]
/
arch
/
sparc
/
include
/
asm
/
timex_32.h
diff --git
a/arch/sparc/include/asm/timex_32.h
b/arch/sparc/include/asm/timex_32.h
index
b6ccdb0
..
a254750
100644
(file)
--- a/
arch/sparc/include/asm/timex_32.h
+++ b/
arch/sparc/include/asm/timex_32.h
@@
-12,4
+12,5
@@
typedef unsigned long cycles_t;
#define get_cycles() (0)
+extern u32 (*do_arch_gettimeoffset)(void);
#endif