scw
|
a84a67440f
|
vm_offset -> [vp]addr_t and vm_size_t -> [vp]size_t
While I'm here, expunge use of 'register' storage class.
|
1998-08-22 10:55:33 +00:00 |
|
scw
|
d38d12d85a
|
Whoops, cgd's pmap_map change got lost! Put it back.
|
1998-02-21 19:22:00 +00:00 |
|
scw
|
0e88177c0b
|
Implement changes for MACHINE_NEW_NONCONTIG and UVM.
|
1998-02-21 19:03:25 +00:00 |
|
cgd
|
3bbb7f7d45
|
Move pmap_map() function definition to MD headers, as appropriate. It's
an internal function, and the VM system shouldn't try to prototype it.
(Note that some ports _don't_ prototype it.)
|
1998-02-18 02:05:32 +00:00 |
|
thorpej
|
61567b54de
|
Garbage-collect pm_stchanged; it's not used by anything.
|
1998-01-06 07:02:58 +00:00 |
|
thorpej
|
d11b109f2b
|
Garbage-collect use of the PCB's copy of the user segment table pointer.
|
1998-01-06 06:51:40 +00:00 |
|
thorpej
|
b9f1b716f3
|
Now that all ports have pmap_activate(), and it has an identical interface,
prototype it in <vm/pmap.h>
|
1998-01-03 01:12:59 +00:00 |
|
thorpej
|
dd966fca05
|
Change an argument name to PMAP_ACTIVATE() to more accurately describe the
semantics of the argument.
|
1998-01-01 20:05:23 +00:00 |
|
thorpej
|
287b63b321
|
- Make pmap_activate() and pmap_deactivate() take a struct proc *.
- Define active_user_pmap() and use it in the appropriate places (from hp300
port).
|
1998-01-01 19:52:50 +00:00 |
|
scw
|
2dde7e366d
|
Added support for VMEbus RAM cards via MACHINE_NONCONTIG.
The kernel should still compile and run without it, but I've
put the config option in std.mvme68k so it's built like this
as standard.
|
1997-10-09 21:39:16 +00:00 |
|
scw
|
b471de3926
|
Deleted m68k_round_seg and m68k_trunc_seg. They're in common m68k/param.h now.
|
1997-06-21 11:05:34 +00:00 |
|
chuck
|
0b036e11bf
|
mvme68k port -- for the motorola vme147 m68030 card
|
1995-07-25 23:11:53 +00:00 |
|