projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17deb9c
)
clockchips: Add FEAT_PERCPU clockevent flag
author
Soren Brinkmann
<soren.brinkmann@xilinx.com>
Wed, 18 Sep 2013 18:48:35 +0000
(11:48 -0700)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Wed, 2 Oct 2013 09:33:23 +0000
(11:33 +0200)
Add the flag CLOCK_EVT_FEAT_PERCPU which is supposed to be set for per
cpu clockevent devices.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Michal Simek <michal.simek@xilinx.com>
include/linux/clockchips.h
patch
|
blob
|
history
diff --git
a/include/linux/clockchips.h
b/include/linux/clockchips.h
index 0857922e8ad04fb465bc7ea4edadd968384f6271..493aa021c7a9429a892c8ccb6f19110d1b4c9065 100644
(file)
--- a/
include/linux/clockchips.h
+++ b/
include/linux/clockchips.h
@@
-60,6
+60,7
@@
enum clock_event_mode {
* Core shall set the interrupt affinity dynamically in broadcast mode
*/
#define CLOCK_EVT_FEAT_DYNIRQ 0x000020
+#define CLOCK_EVT_FEAT_PERCPU 0x000040
/**
* struct clock_event_device - clock event device descriptor