projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea1b72
)
xtensa: Switch do_timer() to xtime_update()
author
Torben Hohn
<
[email protected]
>
Thu, 27 Jan 2011 15:00:27 +0000
(16:00 +0100)
committer
Thomas Gleixner
<
[email protected]
>
Mon, 31 Jan 2011 13:55:46 +0000
(14:55 +0100)
xtime_update() takes the xtime_lock itself.
set_linux_timer() does not need to be protected by xtime_lock.
[ tglx: This code is broken on SMP anyway. ]
Signed-off-by: Torben Hohn <
[email protected]
>
Cc: Chris Zankel <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
LKML-Reference: <
20110127150027
.23248.61798.stgit@localhost>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/xtensa/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/xtensa/kernel/time.c
b/arch/xtensa/kernel/time.c
index 19df764f6399ae4fd4201379301cef1c78364bee..f3e5eb43f71cc3ab2669c35d22f27a12a95c0f84 100644
(file)
--- a/
arch/xtensa/kernel/time.c
+++ b/
arch/xtensa/kernel/time.c
@@
-96,16
+96,12
@@
again:
update_process_times(user_mode(get_irq_regs()));
#endif
- write_seqlock(&xtime_lock);
-
- do_timer(1); /* Linux handler in kernel/timer.c */
+ xtime_update(1); /* Linux handler in kernel/time/timekeeping */
/* Note that writing CCOMPARE clears the interrupt. */
next += CCOUNT_PER_JIFFY;
set_linux_timer(next);
-
- write_sequnlock(&xtime_lock);
}
/* Allow platform to do something useful (Wdog). */