Revision b10c6d4b50cbbdccce2187c1ccc516a9c7335835 authored by Dave Airlie on 19 April 2012, 08:33:32 UTC, committed by Dave Airlie on 19 April 2012, 08:33:32 UTC
Allows this module to load correctly with certain debugging options on.

Reported on irc by scientes
Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent 5273db7
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