https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d50217dd6cd806bc63ab49c5ee45a4dfd38d30dd authored by Jason Self on 31 May 2014, 19:41:14 UTC
Linux-libre 3.10.41-gnu
Tip revision: d50217d
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