https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a730c4a73abb377276aa8b3e291dac1609787eb2 authored by Jason Self on 29 November 2013, 19:12:10 UTC
Linux-libre 3.10.21-gnu
Tip revision: a730c4a
locking-selftest-softirq.h
#undef IRQ_DISABLE
#undef IRQ_ENABLE
#undef IRQ_ENTER
#undef IRQ_EXIT

#define IRQ_DISABLE		SOFTIRQ_DISABLE
#define IRQ_ENABLE		SOFTIRQ_ENABLE
#define IRQ_ENTER		SOFTIRQ_ENTER
#define IRQ_EXIT		SOFTIRQ_EXIT
back to top