Sign in
android-kvm
/
linux
/
910934da9444dbb102294796481ab05e4419d311
/
.
/
arch
/
riscv
/
include
/
asm
/
irq_work.h
blob: b27a4d64fc6a043fb316e3ac72c4a3465b77b4b7 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_RISCV_IRQ_WORK_H
#define
_ASM_RISCV_IRQ_WORK_H
static
inline
bool
arch_irq_work_has_interrupt
(
void
)
{
return
IS_ENABLED
(
CONFIG_SMP
);
}
#endif
/* _ASM_RISCV_IRQ_WORK_H */