projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
522c37b
)
[PATCH] ARM: Allow riscpc to parse "acorn" boot info tag
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Wed, 22 Jun 2005 08:55:04 +0000
(09:55 +0100)
committer
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Wed, 22 Jun 2005 08:55:04 +0000
(09:55 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-rpc/riscpc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rpc/riscpc.c
b/arch/arm/mach-rpc/riscpc.c
index 815c53225cd866b3e75e40844b943847888c6767..43710688143650cee3fa3132172e14142e1a7f94 100644
(file)
--- a/
arch/arm/mach-rpc/riscpc.c
+++ b/
arch/arm/mach-rpc/riscpc.c
@@
-32,10
+32,7
@@
extern void rpc_init_irq(void);
-extern unsigned int vram_size;
-
-#if 0
-
+unsigned int vram_size;
unsigned int memc_ctrl_reg;
unsigned int number_mfm_drives;
@@
-63,8
+60,6
@@
static int __init parse_tag_acorn(const struct tag *tag)
__tagtable(ATAG_ACORN, parse_tag_acorn);
-#endif
-
static struct map_desc rpc_io_desc[] __initdata = {
{ SCREEN_BASE, SCREEN_START, 2*1048576, MT_DEVICE }, /* VRAM */
{ (u32)IO_BASE, IO_START, IO_SIZE , MT_DEVICE }, /* IO space */