PERFORCE change 231233 for review

Brooks Davis brooks at FreeBSD.org
Wed Jul 17 21:51:23 UTC 2013


http://p4web.freebsd.org/@@231233?ac=10

Change 231233 by brooks at brooks_zenith on 2013/07/17 21:50:39

	Comment out the second CPU entries.  The check for spin table
	entries being properly initalized does not appear to be
	reliable.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beri-sim.dts#5 edit
.. //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#26 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beri-sim.dts#5 (text+ko) ====

@@ -67,6 +67,7 @@
 			status = "okay";
 		};
 
+/*
 		cpu at 1 {
 			device-type = "cpu";
 			compatible = "sri-cambridge,beri";
@@ -75,6 +76,7 @@
 			// XXX: should we need cached prefix?
 			cpu-release-addr = <0xffffffff 0x800fffe0>;
 		};
+*/
 	};
 
 	soc {

==== //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#26 (text+ko) ====

@@ -68,6 +68,7 @@
 			status = "okay";
 		};
 
+/*
 		cpu at 1 {
 			device-type = "cpu";
 			compatible = "sri-cambridge,beri";
@@ -76,6 +77,7 @@
 			// XXX: should we need cached prefix?
 			cpu-release-addr = <0xffffffff 0x800fffe0>;
 		}
+*/
 	};
 
 	soc {


More information about the p4-projects mailing list