projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414408d
)
MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_C3STOP
author
Paul Burton
<paul.burton@imgtec.com>
Fri, 14 Feb 2014 09:20:15 +0000
(09:20 +0000)
committer
Paul Burton
<paul.burton@imgtec.com>
Fri, 2 May 2014 15:39:11 +0000
(16:39 +0100)
When a core enters a clock off or power down state its CP0 counter will
be stopped along with it.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/kernel/cevt-r4k.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/cevt-r4k.c
b/arch/mips/kernel/cevt-r4k.c
index
50d3f5a
..
7820d5d
100644
(file)
--- a/
arch/mips/kernel/cevt-r4k.c
+++ b/
arch/mips/kernel/cevt-r4k.c
@@
-195,7
+195,8
@@
int r4k_clockevent_init(void)
cd = &per_cpu(mips_clockevent_device, cpu);
cd->name = "MIPS";
- cd->features = CLOCK_EVT_FEAT_ONESHOT;
+ cd->features = CLOCK_EVT_FEAT_ONESHOT |
+ CLOCK_EVT_FEAT_C3STOP;
clockevent_set_clock(cd, mips_hpt_frequency);