svn commit: r197054 - projects/ppc64/sys/powerpc/aim

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Sep 10 02:00:28 UTC 2009


Author: nwhitehorn
Date: Thu Sep 10 02:00:28 2009
New Revision: 197054
URL: http://svn.freebsd.org/changeset/base/197054

Log:
  Fix accidental debug code.

Modified:
  projects/ppc64/sys/powerpc/aim/ofw_machdep.c

Modified: projects/ppc64/sys/powerpc/aim/ofw_machdep.c
==============================================================================
--- projects/ppc64/sys/powerpc/aim/ofw_machdep.c	Thu Sep 10 01:54:04 2009	(r197053)
+++ projects/ppc64/sys/powerpc/aim/ofw_machdep.c	Thu Sep 10 02:00:28 2009	(r197054)
@@ -421,7 +421,7 @@ openfirmware(void *args)
 	);
 
       #ifndef __powerpc64__
-	if (pmap_bootstrapped && !ofw_real_mode && 0) {
+	if (pmap_bootstrapped && !ofw_real_mode) {
 		/*
 		 * Restore the kernel's addr space. The isync() doesn;t
 		 * work outside the loop unless mtsrin() is open-coded


More information about the svn-src-projects mailing list