Date: Wed, 17 Jul 2013 21:51:22 GMT From: Brooks Davis <brooks@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 231233 for review Message-ID: <201307172151.r6HLpM0f000675@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@231233?ac=10 Change 231233 by brooks@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@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@1 { device-type = "cpu"; compatible = "sri-cambridge,beri"; @@ -76,6 +77,7 @@ // XXX: should we need cached prefix? cpu-release-addr = <0xffffffff 0x800fffe0>; } +*/ }; soc {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307172151.r6HLpM0f000675>