Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Soren Brinkmann and committed by
Daniel Lezcano
3713c0cf 17deb9c2

+1
+1
include/linux/clockchips.h
··· 60 60 * Core shall set the interrupt affinity dynamically in broadcast mode 61 61 */ 62 62 #define CLOCK_EVT_FEAT_DYNIRQ 0x000020 63 + #define CLOCK_EVT_FEAT_PERCPU 0x000040 63 64 64 65 /** 65 66 * struct clock_event_device - clock event device descriptor