summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include/pmap.h
AgeCommit message (Expand)Author
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-05-26replace vm_page_t with struct vm_page *.chs
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
2001-04-22Undo a misguided previous change to the pmap_update() API.thorpej
2001-04-22Give pmap_update() an argument (a pmap_t) so that it knows whichthorpej
2001-04-21#define away pmap_update() in <machine/pmap.h> so that no functionthorpej
2000-09-28The Atari pmap does wired page accounting; advertize it to UVM.is
1999-02-25Atari part of fix for pr 6152is
1998-09-02Get rid of vm_offset_t/vm_size_tleo
1998-05-07Implement MACHINE_NEW_NONCONTIG. Implementation is based on Ignatios' amigaleo
1998-02-18Move pmap_map() function definition to MD headers, as appropriate. It'scgd
1998-01-06Garbage-collect pm_stchanged; it's not used by anything.thorpej
1998-01-06Garbage-collect use of the PCB's copy of the user segment table pointer.thorpej
1998-01-03Now that all ports have pmap_activate(), and it has an identical interface,thorpej
1998-01-01Change an argument name to PMAP_ACTIVATE() to more accurately describe thethorpej
1998-01-01- Make pmap_activate() and pmap_deactivate() take a struct proc *.thorpej
1997-06-10s/atari_btop/m68k_btop/veego
1996-11-06pmap_changebit() no longer static.leo
1996-07-20Checkpoint integration of 68040 MMU support. Also fix oversight in allocationleo
1996-07-12Sync with atari_init cleanupleo
1996-04-18Yet more prototyping and -Wall fixes.leo
1995-06-09Support & require MACHINE_NONCONTIGleo
1995-04-16Changed '#endif KERNEL' -> '#endif /* _KERNEL */'.leo
1995-04-10Oops; finish that last change.mycroft
1995-04-10Bring back pmap_kernel(), for now always inlined as a pointer tomycroft
1995-03-30KERNEL -> _KERNELleo
1995-03-26NetBSD/Atari, port by Leo Weppelman.leo