Revision 250541fca717a5c9b0d3710e737b2ca32ebb6fbc authored by Linus Torvalds on 15 April 2010, 01:46:03 UTC, committed by Linus Torvalds on 15 April 2010, 01:46:03 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6:
  SELinux: Reduce max avtab size to avoid page allocation failures
2 parent s 96e35b4 + 6c9ff10
Raw File
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