PERFORCE change 152963 for review

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Nov 13 21:03:31 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152963

Change 152963 by nwhitehorn at nwhitehorn_trantor on 2008/11/14 05:02:34

	Fix a stupid mistake in the FDT setup code in ofw_machdep.

Affected files ...

.. //depot/projects/ppc-g5/sys/powerpc/aim/ofw_machdep.c#7 edit

Differences ...

==== //depot/projects/ppc-g5/sys/powerpc/aim/ofw_machdep.c#7 (text+ko) ====

@@ -271,7 +271,7 @@
 
 		OF_init(openfirmware);
 	} else {
-		OF_install(OFW_FDT, 0);
+		status = OF_install(OFW_FDT, 0);
 
 		if (status != TRUE)
 			return status;


More information about the p4-projects mailing list