Subject: CVS commit: src/sys/arch/macppc/macppc
To: None <source-changes@NetBSD.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 03/29/2004 08:06:12
Module Name:	src
Committed By:	aymeric
Date:		Mon Mar 29 08:06:12 UTC 2004

Modified Files:
	src/sys/arch/macppc/macppc: clock.c

Log Message:
delay(): use =&r instead of =r for a temporary register as suggested in
PR #24830. The bad reuse of the register was actually triggered by using
no optimization at all.
pmap_subr.c is the only file that still requires at least -O to compile
into working code (the proper fix would be to write almost all of
pmap_zero_page() in assembly). The rest of a macppc kernel requires only
-finline now.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/arch/macppc/macppc/clock.c

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