projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22fced8
)
[PARISC] Kill wall_jiffies use
author
Andrew Morton
<akpm@osdl.org>
Sun, 1 Oct 2006 20:17:13 +0000
(16:17 -0400)
committer
Matthew Wilcox
<willy@parisc-linux.org>
Wed, 4 Oct 2006 12:51:45 +0000
(06:51 -0600)
wall_jiffies and jiffies are now equal, so this is a noop...
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/kernel/time.c
b/arch/parisc/kernel/time.c
index 9d642d820fe9f35b227960baafd7f3626e579b7c..b3496b592a2d7db687793899388a4db9ce73f064 100644
(file)
--- a/
arch/parisc/kernel/time.c
+++ b/
arch/parisc/kernel/time.c
@@
-215,9
+215,6
@@
static inline unsigned long gettimeoffset (void)
/* FIXME: Can we improve the precision? Not with PAGE0. */
usec = (elapsed_cycles * 10000) / PAGE0->mem_10msec;
-
- /* add in "lost" jiffies */
- usec += cpt * (jiffies - wall_jiffies);
return usec;
#else
return 0;