projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da2f5f7
)
sh: missing symbol fix for sh4-202
author
Magnus Damm
<damm@igel.co.jp>
Wed, 22 Aug 2007 04:32:07 +0000
(13:32 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 22 Aug 2007 04:32:07 +0000
(13:32 +0900)
This patch adds a plat_irq_setup() symbol for sh4-202. Without
this fix it is impossible to build a working kernel using the
microdev_defconfig.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4/setup-sh4-202.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/cpu/sh4/setup-sh4-202.c
b/arch/sh/kernel/cpu/sh4/setup-sh4-202.c
index 6e4e9654135816e1a64ee8e71b647c08e0fcf41f..dab193293f2034c37f36090c1672540da299db0e 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4/setup-sh4-202.c
+++ b/
arch/sh/kernel/cpu/sh4/setup-sh4-202.c
@@
-41,3
+41,8
@@
static int __init sh4202_devices_setup(void)
ARRAY_SIZE(sh4202_devices));
}
__initcall(sh4202_devices_setup);
+
+void __init plat_irq_setup(void)
+{
+ /* do nothing - all IRL interrupts are handled by the board code */
+}