repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
arm
/
include
/
asm
/
hardirq.h
blob
706efafbf9722ce8d00b522fef845490f133d9a7
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_HARDIRQ_H
3
#define __ASM_HARDIRQ_H
4
5
#include <asm/irq.h>
6
7
#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
8
#define ack_bad_irq ack_bad_irq
9
10
#include <asm-generic/hardirq.h>
11
12
#endif
/* __ASM_HARDIRQ_H */