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
ALSA: hda - Add the top speaker pin config for HP Spectre x360
[linux/fpc-iii.git]
/
arch
/
tile
/
include
/
asm
/
irq_work.h
blob
48af33a61a2ca75f5c6183c83d338d1f97dd622b
1
#ifndef __ASM_IRQ_WORK_H
2
#define __ASM_IRQ_WORK_H
3
4
static
inline
bool
arch_irq_work_has_interrupt
(
void
)
5
{
6
#ifdef CONFIG_SMP
7
extern
bool
self_interrupt_ok
;
8
return
self_interrupt_ok
;
9
#else
10
return false
;
11
#endif
12
}
13
14
#endif
/* __ASM_IRQ_WORK_H */