Subject: CVS commit: syssrc/sys/arch/macppc/stand/ofwboot
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 09/27/2002 03:32:17
Module Name:	syssrc
Committed By:	wrstuden
Date:		Fri Sep 27 00:32:17 UTC 2002

Modified Files:
	syssrc/sys/arch/macppc/stand/ofwboot: Locore.c

Log Message:
Remove vestiges of the syncicache() call originally in powerpc/ofwboot
before rev 1.4. This change makes OF 2.4 machines actually boot, and
it works fine on my OF 2.01 machine. No reports of failures on other
archs.

I expect this change is fine as the original code flushed the just-loaded
ofwboot out of the cache, conditionalized on FIRMWORKSBUGS. In rev.
1.4, the code got in-lined, and changed to actually flush low memory
out of the cache. Since machines kept booting, I expect the firmware
was really flushing the binary out of the cache, so we're fine.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/macppc/stand/ofwboot/Locore.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.