Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279719
b: refs/heads/master
c: 78ccdff
h: refs/heads/master
i:
  279717: ac02000
  279715: cd5544e
  279711: 8f40cef
v: v3
  • Loading branch information
Greg Ungerer committed Dec 30, 2011
1 parent 8fac3a9 commit 5c76075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cee26f82a0c830740db0267f828045cc39b90b9
refs/heads/master: 78ccdffc937319f4f7ffc13684c114100c727c21
5 changes: 3 additions & 2 deletions trunk/arch/m68k/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
#define NR_IRQS 0
#endif

#ifdef CONFIG_MMU
#if defined(CONFIG_M68020) || defined(CONFIG_M68030) || \
defined(CONFIG_M68040) || defined(CONFIG_M68060)

/*
* Interrupt source definitions
Expand Down Expand Up @@ -80,7 +81,7 @@ extern unsigned int irq_canonicalize(unsigned int irq);

#else
#define irq_canonicalize(irq) (irq)
#endif /* CONFIG_MMU */
#endif /* !(CONFIG_M68020 || CONFIG_M68030 || CONFIG_M68040 || CONFIG_M68060) */

asmlinkage void do_IRQ(int irq, struct pt_regs *regs);
extern atomic_t irq_err_count;
Expand Down

0 comments on commit 5c76075

Please sign in to comment.