mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 14:31:46 +00:00
clockchips: Add FEAT_PERCPU clockevent flag
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>
This commit is contained in:
parent
17deb9c2db
commit
3713c0cfd0
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ enum clock_event_mode {
|
||||||
* Core shall set the interrupt affinity dynamically in broadcast mode
|
* Core shall set the interrupt affinity dynamically in broadcast mode
|
||||||
*/
|
*/
|
||||||
#define CLOCK_EVT_FEAT_DYNIRQ 0x000020
|
#define CLOCK_EVT_FEAT_DYNIRQ 0x000020
|
||||||
|
#define CLOCK_EVT_FEAT_PERCPU 0x000040
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct clock_event_device - clock event device descriptor
|
* struct clock_event_device - clock event device descriptor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue