From: Soren Brinkmann Date: Wed, 18 Sep 2013 18:48:35 +0000 (-0700) Subject: clockchips: Add FEAT_PERCPU clockevent flag X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3713c0cfd06fa49729a12929a7ee8b7ad48f3c02;p=linux-beck.git 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 Signed-off-by: Daniel Lezcano Acked-by: Michal Simek --- diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index 0857922e8ad0..493aa021c7a9 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