projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
[platform/kernel/linux-starfive.git]
/
lib
/
locking-selftest-hardirq.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#undef IRQ_DISABLE
3
#undef IRQ_ENABLE
4
#undef IRQ_ENTER
5
#undef IRQ_EXIT
6
7
#define IRQ_ENABLE HARDIRQ_ENABLE
8
#define IRQ_DISABLE HARDIRQ_DISABLE
9
#define IRQ_ENTER HARDIRQ_ENTER
10
#define IRQ_EXIT HARDIRQ_EXIT