Subject: CVS commit: [netbsd-1-6] syssrc/sys/arch/macppc/stand/ofwboot
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/30/2002 16:39:18
Module Name:	syssrc
Committed By:	lukem
Date:		Mon Sep 30 13:39:17 UTC 2002

Modified Files:
	syssrc/sys/arch/macppc/stand/ofwboot [netbsd-1-6]: Locore.c

Log Message:
Pull up revision 1.11 (requested by wrstuden in ticket #867):
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.10.4.1 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.