PERFORCE change 231234 for review

Brooks Davis brooks at FreeBSD.org
Wed Jul 17 21:52:24 UTC 2013


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

Change 231234 by brooks at brooks_zenith on 2013/07/17 21:52:06

	Integrate commenting out of second CPUs from FreeBSD/BERI 

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beri-sim.dts#4 integrate
.. //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beripad-de4.dts#13 integrate

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beri-sim.dts#4 (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/cheribsd/src/sys/boot/fdt/dts/beripad-de4.dts#13 (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