Peter Wemm db17c6fc07 Tidy up some loose ends.
i386/ia64/alpha - catch up to sparc64/ppc:
- replace pmap_kernel() with refs to kernel_pmap
- change kernel_pmap pointer to (&kernel_pmap_store)
  (this is a speedup since ld can set these at compile/link time)
all platforms (as suggested by jake):
- gc unused pmap_reference
- gc unused pmap_destroy
- gc unused struct pmap.pm_count
(we never used pm_count - we track address space sharing at the vmspace)
2002-04-29 07:43:16 +00:00
..
2000-10-15 04:54:17 +00:00
2002-04-29 07:43:16 +00:00
2002-04-06 06:43:55 +00:00
2001-09-14 04:50:27 +00:00
2001-07-14 03:26:02 +00:00
2002-03-20 12:22:31 +00:00
2001-12-10 08:09:49 +00:00
2001-06-26 11:53:12 +00:00
2002-02-10 10:14:39 +00:00
2002-02-10 10:27:37 +00:00
2002-03-20 12:22:31 +00:00