repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] choose_new_parent: remove unused arg, sanitize exit_state check
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-cris
/
irq.h
blob
4b338792218b045ce9593af9f5bac2329f686986
1
#ifndef _ASM_IRQ_H
2
#define _ASM_IRQ_H
3
4
/*
5
* IRQ line status macro IRQ_PER_CPU is used
6
*/
7
#define ARCH_HAS_IRQ_PER_CPU
8
9
#include <asm/arch/irq.h>
10
11
static
inline
int
irq_canonicalize
(
int
irq
)
12
{
13
return
irq
;
14
}
15
16
#endif
/* _ASM_IRQ_H */
17
18