NetBSD/sys/arch/arm
bjh21 807ebaec96 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).
2001-02-27 14:11:30 +00:00
..
arm Stop using #ifdef arm32, since future NetBSD/arm ports are likely 2001-02-27 14:11:30 +00:00
conf Add PROG32 and PROG26 options. 2001-02-25 17:23:11 +00:00
include Due to changes in ../sys/proc.h ``cpu_wait(p)'' is now a function due to the 2001-02-27 00:16:48 +00:00
mainbus Fix up indentation, and remove a spurious set of braces. Should be no 2001-02-26 14:01:58 +00:00
Makefile Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00