Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 02/27/2001 16:11:31
Module Name: syssrc
Committed By: bjh21
Date: Tue Feb 27 14:11:31 UTC 2001
Modified Files:
syssrc/sys/arch/arm/arm: process_machdep.c sig_machdep.c
Log Message:
Stop using #ifdef arm32, since future NetBSD/arm ports are likely
not to provide it.
For things which are historical oddities of NetBSD/arm26, use #ifndef arm26.
For things which are inherently dependent on the size of program space in use,
use #ifdef PROG32 (and include opt_progmode.h).
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm/arm/process_machdep.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/arm/sig_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.