projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff4056
)
sh: early printk port type fix
author
Magnus Damm
<damm@igel.co.jp>
Thu, 13 Nov 2008 06:33:45 +0000
(15:33 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 13 Nov 2008 06:37:07 +0000
(15:37 +0900)
Add PORT_SCIF to unbreak the early printk code.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/early_printk.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/early_printk.c
b/arch/sh/kernel/early_printk.c
index
6b7d166
..
98a29a7
100644
(file)
--- a/
arch/sh/kernel/early_printk.c
+++ b/
arch/sh/kernel/early_printk.c
@@
-75,6
+75,7
@@
static struct console bios_console = {
#endif
static struct uart_port scif_port = {
+ .type = PORT_SCIF,
.mapbase = CONFIG_EARLY_SCIF_CONSOLE_PORT,
.membase = (char __iomem *)CONFIG_EARLY_SCIF_CONSOLE_PORT,
};