diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-05 08:27:42 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-05 08:27:42 -0400 |
commit | cf57a308436653f3094590202c77459aab250ff3 (patch) | |
tree | 8a9e7096e494141911147a1f24865c3d79d583c1 /lib/locking-selftest-hardirq.h | |
parent | faac9bd0e3ce7cb0572ec66e0a426cacf6afa970 (diff) | |
parent | ca78f6baca863afe2e6a244a0fe94b3a70211d46 (diff) |
Merge branch 'master'
Diffstat (limited to 'lib/locking-selftest-hardirq.h')
-rw-r--r-- | lib/locking-selftest-hardirq.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/locking-selftest-hardirq.h b/lib/locking-selftest-hardirq.h new file mode 100644 index 000000000000..10d4a150b259 --- /dev/null +++ b/lib/locking-selftest-hardirq.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #undef IRQ_DISABLE | ||
2 | #undef IRQ_ENABLE | ||
3 | #undef IRQ_ENTER | ||
4 | #undef IRQ_EXIT | ||
5 | |||
6 | #define IRQ_ENABLE HARDIRQ_ENABLE | ||
7 | #define IRQ_DISABLE HARDIRQ_DISABLE | ||
8 | #define IRQ_ENTER HARDIRQ_ENTER | ||
9 | #define IRQ_EXIT HARDIRQ_EXIT | ||