NetBSD/sys/arch/cats/include
chris 1181e367e0 Implement pmap_growkernel for arm32 based ports.
Note that this has been compiled on some systems, cats, IQ80310, IPAQ, netwinder and shark (note that shark's build is currently broken due to other reasons), but only actually run on cats.
Shark doesn't make use of the functionality as I believe there has to be a correlation between OFW and the kernel tables so that calls into OFW work.
2002-03-03 11:22:58 +00:00
..
Makefile Delete <machine/psl.h> from the ARM ports. It's not a header that 2001-11-26 20:41:42 +00:00
ansi.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
aout_machdep.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
asm.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
bootconfig.h Tidy up bootconfig, only needs the footbridge section on cats. 2001-06-21 22:08:28 +00:00
bswap.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
bus.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
cdefs.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
conf.h Following the demise of arch/arm32 update cats, and restore the isa files to a more sane location. 2002-02-10 12:26:00 +00:00
cpu.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
cyclone_boot.h Remove defopt EBSA285. 2001-06-20 22:14:32 +00:00
db_machdep.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
disklabel.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
elf_machdep.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
endian.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
endian_machdep.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
float.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
fp.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
frame.h
ieee.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
ieeefp.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
int_const.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
int_fmtio.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
int_limits.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
int_mwgwtypes.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
int_types.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
intr.h Use <arm/arm32/psl.h> rather than <machine/psl.h>. 2001-11-26 20:43:46 +00:00
ipkdb.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
irqhandler.h Remove a whole load of non-CATS stuff. 2002-02-20 22:32:10 +00:00
isa_machdep.h Finish up the changes to get LOOSE_PROTOTYPES working for cats. 2002-01-07 22:58:07 +00:00
isapnp_machdep.h Reintroduce these header files so that cats kernels can build. Fallout from Jason reverting the includes stuff. 2001-12-07 23:09:32 +00:00
joystick.h
limits.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
lock.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
math.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
param.h * For platforms which are already ELF, remove the definition of 2002-02-12 06:58:18 +00:00
pcb.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
pci_machdep.h
pio.h Reintroduce these header files so that cats kernels can build. Fallout from Jason reverting the includes stuff. 2001-12-07 23:09:32 +00:00
pmap.h Extra whitespace removal. 2001-11-23 17:29:00 +00:00
proc.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
profile.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
ptrace.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
reg.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
rtc.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
setjmp.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
signal.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
stdarg.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
sysarch.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
trap.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
types.h Use "#define<tab>". 2002-02-28 03:17:23 +00:00
varargs.h End the "new ARM includes strategy" experiment. The new strategy 2001-11-25 15:55:53 +00:00
vmparam.h Implement pmap_growkernel for arm32 based ports. 2002-03-03 11:22:58 +00:00