projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5340be5
)
[PATCH] m68knommu: implement irq_canonicalize()
author
Greg Ungerer
<gerg@snapgear.com>
Wed, 6 Dec 2006 01:36:13 +0000
(11:36 +1000)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Wed, 6 Dec 2006 15:41:26 +0000
(07:41 -0800)
Add a null definition for irq_canonicalize(). It is used in the gerneric
serial subsystem code, can't compile without it.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-m68knommu/irq.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-m68knommu/irq.h
b/include/asm-m68knommu/irq.h
index 45e7a2fd16893b0b830da7868e15dc3a7268316f..7b8f874f8429c8b8e526a7af5d780b1db13df806 100644
(file)
--- a/
include/asm-m68knommu/irq.h
+++ b/
include/asm-m68knommu/irq.h
@@
-86,5
+86,6
@@
extern void (*mach_disable_irq)(unsigned int);
#define enable_irq(x) do { } while (0)
#define disable_irq(x) do { } while (0)
#define disable_irq_nosync(x) disable_irq(x)
+#define irq_canonicalize(irq) (irq)
#endif /* _M68K_IRQ_H_ */