提交 d8107efd 编写于 作者: P Paul Burton

MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_PERCPU

The CLOCK_EVT_FEAT_PERCPU flag indicates that a clockevent device is
only configurable by the CPU for which it is registered, and thus cannot
be used as the tick broadcast device. That property is true of the R4K
timer, which is inaccessible from other cores.
Signed-off-by: NPaul Burton <paul.burton@imgtec.com>
上级 5977d682
...@@ -196,7 +196,8 @@ int r4k_clockevent_init(void) ...@@ -196,7 +196,8 @@ int r4k_clockevent_init(void)
cd->name = "MIPS"; cd->name = "MIPS";
cd->features = CLOCK_EVT_FEAT_ONESHOT | cd->features = CLOCK_EVT_FEAT_ONESHOT |
CLOCK_EVT_FEAT_C3STOP; CLOCK_EVT_FEAT_C3STOP |
CLOCK_EVT_FEAT_PERCPU;
clockevent_set_clock(cd, mips_hpt_frequency); clockevent_set_clock(cd, mips_hpt_frequency);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册