Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] vr41xx: add plat_setup to -mm queue
@ 2005-10-27 15:59 Yoichi Yuasa
  2005-10-27 16:30 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2005-10-27 15:59 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

Hi Ralf,

Please add this patch to -mm queue.
This has already been included in linux-mips.git. 

Yoichi

Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>

diff -Npru -X dontdiff mm1-orig/arch/mips/vr41xx/common/init.c mm1/arch/mips/vr41xx/common/init.c
--- mm1-orig/arch/mips/vr41xx/common/init.c	2005-10-20 15:23:05.000000000 +0900
+++ mm1/arch/mips/vr41xx/common/init.c	2005-10-27 23:26:40.000000000 +0900
@@ -58,6 +58,14 @@ static void __init timer_init(void)
 	board_timer_setup = setup_timer_irq;
 }
 
+void __init plat_setup(void)
+{
+	vr41xx_calculate_clock_frequency();
+
+	timer_init();
+	iomem_resource_init();
+}
+
 void __init prom_init(void)
 {
 	int argc, i;
@@ -71,12 +79,6 @@ void __init prom_init(void)
 		if (i < (argc - 1))
 			strcat(arcs_cmdline, " ");
 	}
-
-	vr41xx_calculate_clock_frequency();
-
-	timer_init();
-
-	iomem_resource_init();
 }
 
 unsigned long __init prom_free_prom_memory (void)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-27 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27 15:59 [PATCH] vr41xx: add plat_setup to -mm queue Yoichi Yuasa
2005-10-27 16:30 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox