[PATCH] ppc64: enable BPA nvram driver

Arnd Bergmann arnd at arndb.de
Wed Jun 22 18:34:37 EST 2005


Hollis Blanchard noticed that the initialization of the nvram driver
was commented out in [PATCH 7/11] ppc64: add BPA platform type,
which probably resulted from my reordering the patches incorrectly.

Signed-off-by: Arnd Bergmann <arndb at de.ibm.com>

--- linux-cg.orig/arch/ppc64/kernel/bpa_setup.c	2005-06-22 10:33:09.329915056 -0400
+++ linux-cg/arch/ppc64/kernel/bpa_setup.c	2005-06-22 10:32:43.138901744 -0400
@@ -91,7 +91,7 @@ static void __init bpa_setup_arch(void)
 	conswitchp = &dummy_con;
 #endif
 
-	// bpa_nvram_init();
+	bpa_nvram_init();
 }
 
 /*



More information about the Linuxppc64-dev mailing list