NetBSD/sys/arch/arm32
mark 7c867905c5 Major overhaul of pagetable handing.
Page tables no longer occupy space in the processes vm_map. This
  means that page tables can now be allocated from pmap_enter() when the
  first entry is made in the page table rather than relying on taking
  a section fault and faulting in a page table. This also lowers
  the overheads in creating and deleting page tables and simplfies
  cpu_fork().
  A result of this change is that problems with mapping zero page and
  an associated pagetable when execing from a shared vm_map disappear
  fixing PR5178.
1998-04-30 21:22:00 +00:00
..
arm32 Major overhaul of pagetable handing. 1998-04-30 21:22:00 +00:00
compile
conf Add -Wno-main conditional on compiler being gcc 2.8 or egcs. (This adds 1998-04-12 23:47:41 +00:00
dev Removed several un-necessary includes. 1998-04-30 21:01:30 +00:00
doc Bring this more up to date. 1998-03-26 20:43:02 +00:00
fpe-arm Remove some redundant .req statements. 1998-04-01 22:55:05 +00:00
include Pull in opt_gateway.h as appropriate. 1998-04-29 23:11:00 +00:00
iomd Guard the PS/2 mouse attachment and ARM7500 IOC check with the 1998-04-17 18:44:09 +00:00
mainbus Include machine/asm.h and use the ENTRY() macro for all function entry 1998-04-01 23:14:21 +00:00
podulebus Implement bus_space_read_multi_1() fucntion for podulebus. 1998-03-23 17:07:38 +00:00
rc7500 Overhaulled cpu_reboot(). Junked all the boot action garbage and just use 1998-04-02 02:01:13 +00:00
riscpc Overhaulled cpu_reboot(). Junked all the boot action garbage and just use 1998-04-19 03:59:19 +00:00
vidc Eliminate uses of TS_WOPEN in hard-wired devices. 1998-03-21 22:52:59 +00:00
Makefile Make these closer to working. 1997-10-11 09:10:25 +00:00