https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9f127e25e8c689d023ad7425bcab2205d43a8566 authored by Jason Self on 07 March 2011, 23:18:25 UTC
Linux-libre 2.6.32.32-gnu1
Tip revision: 9f127e2
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