[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()
[deliverable/linux.git] / include / asm-cris / irq.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_IRQ_H
2#define _ASM_IRQ_H
3
f26fdd59
KW
4/*
5 * IRQ line status macro IRQ_PER_CPU is used
6 */
7#define ARCH_HAS_IRQ_PER_CPU
8
1da177e4
LT
9#include <asm/arch/irq.h>
10
11extern __inline__ int irq_canonicalize(int irq)
12{
13 return irq;
14}
15
1da177e4
LT
16#endif /* _ASM_IRQ_H */
17
18
This page took 0.07289 seconds and 5 git commands to generate.