Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
char-misc
/
bf97bac9dc6481e9f68992e52bed5cc4b210e636
/
.
/
lib
/
locking-selftest-softirq.h
blob: 6adde4867cb8dfbf7e091d846f14befd9517436f [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#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