aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/irq.h
blob: 4b338792218b045ce9593af9f5bac2329f686986 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _ASM_IRQ_H
#define _ASM_IRQ_H

/*
 * IRQ line status macro IRQ_PER_CPU is used
 */
#define ARCH_HAS_IRQ_PER_CPU

#include <asm/arch/irq.h>

static inline int irq_canonicalize(int irq)
{  
  return irq; 
}

#endif  /* _ASM_IRQ_H */