freebsd-nq/sys/amd64
Peter Wemm 6729cb8800 Start bringing i386/pmap.c into line with cleanups that were done to
alpha pmap.  In particular -
- pd_entry_t and pt_entry_t are now u_int32_t instead of a pointer.
  This is to enable cleaner PAE and x86-64 support down the track sor
  that we can change the pd_entry_t/pt_entry_t types to 64 bit entities.
- Terminate "unsigned *ptep, pte" with extreme prejudice and use the
  correct pt_entry_t/pd_entry_t types.
- Various other cosmetic changes to match cleanups elsewhere.
- This eliminates a boatload of casts.
- use VM_MAXUSER_ADDRESS in place of UPT_MIN_ADDRESS in a couple of places
  where we're testing user address space limits.  Assuming the page tables
  start directly after the end of user space is not a safe assumption.
There is still more to go.
2001-11-17 01:38:32 +00:00
..
acpica Add two minor changes. 2001-11-11 15:51:30 +00:00
amd64 Start bringing i386/pmap.c into line with cleanups that were done to 2001-11-17 01:38:32 +00:00
conf Fix tab damage in rev 1.326. 2001-11-06 16:15:47 +00:00
include Start bringing i386/pmap.c into line with cleanups that were done to 2001-11-17 01:38:32 +00:00
isa Some fix for the recent apm module changes. 2001-11-01 16:34:07 +00:00
pci
Makefile