X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fclockchips.h;h=494d33ea78f80cdc8a4757899a91a91d0a8b656a;hb=d2348fb6fdc6d671ad45b62db237f76c8c115603;hp=66346521cb6561641045297cb74c8d15f7b71f74;hpb=f9ae39d04ccdec8d8ecf532191b7056c279a22c0;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index 6634652..494d33e 100644 --- a/include/linux/clockchips.h +++ b/include/linux/clockchips.h @@ -55,6 +55,11 @@ enum clock_event_nofitiers { #define CLOCK_EVT_FEAT_C3STOP 0x000008 #define CLOCK_EVT_FEAT_DUMMY 0x000010 +/* + * Core shall set the interrupt affinity dynamically in broadcast mode + */ +#define CLOCK_EVT_FEAT_DYNIRQ 0x000020 + /** * struct clock_event_device - clock event device descriptor * @event_handler: Assigned by the framework to be called by the low