https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 65dcd40fca64775a724d48e0d602256a62a0f20e authored by Jason Self on 15 March 2010, 16:09:45 UTC
Linux-libre 2.6.33.1-gnu1
Tip revision: 65dcd40
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