Subject: CVS commit: src/sys/arch/acorn26/acorn26
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/02/2003 12:39:30
Module Name: src
Committed By: he
Date: Sun Nov 2 12:39:30 UTC 2003
Modified Files:
src/sys/arch/acorn26/acorn26: cpu.c
Log Message:
The compiler doesn't know that setjmp() always returns 0 "the first
time around", so move the initialization of cp0 and cp15 to outside
the if() statement to make this compile again.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/acorn26/acorn26/cpu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.