]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
irq_work: Hide access to hirq_work_list in PREEMPT_RT_FULL
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 12 Mar 2015 22:08:57 +0000 (18:08 -0400)
committerMichal Sojka <sojka@merica.cz>
Sun, 13 Sep 2015 07:47:32 +0000 (09:47 +0200)
commitc881ffe07a2487d6a9dfa8f766a871b4835622d5
treec084b169a8a052edb42e6626b3b3ef49bb024184
parentafb8e9e3c19e0c92689ecb9ad61e12c3ab33ff57
irq_work: Hide access to hirq_work_list in PREEMPT_RT_FULL

The hirq_work_list is only defined when PREEMPT_RT_FULL is configured.
Most access to it is within an #ifdef CONFIG_PREEMPT_RT_FULL, except
for one. Encapsulate that location too.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/irq_work.c