[PATCH v2 1/4] clockchips: Add FEAT_PERCPU clockevent flag
From: Daniel Lezcano <hidden>
Date: 2013-09-25 15:10:25
Also in:
linux-devicetree, lkml
From: Daniel Lezcano <hidden>
Date: 2013-09-25 15:10:25
Also in:
linux-devicetree, lkml
On 09/18/2013 08:48 PM, Soren Brinkmann wrote:
Add the flag CLOCK_EVT_FEAT_PERCPU which is supposed to be set for per cpu clockevent devices. Signed-off-by: Soren Brinkmann <redacted>
Acked-by: Daniel Lezcano <redacted>
--- include/linux/clockchips.h | 1 + 1 file changed, 1 insertion(+)diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index 0857922..493aa02 100644 --- 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
-- <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog