summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_socket.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-11-17 01:38:32 +0000
committerpeter <peter@FreeBSD.org>2001-11-17 01:38:32 +0000
commitaf748d5a05768a4d3415729bdae7304946c5ae98 (patch)
tree9833c172302acc4685ad6445e4c4862ef22cb129 /sys/kern/sys_socket.c
parent6c410b31e45c3f9eeb3a3037bb1c5f8c16efb8cc (diff)
downloadFreeBSD-src-af748d5a05768a4d3415729bdae7304946c5ae98.zip
FreeBSD-src-af748d5a05768a4d3415729bdae7304946c5ae98.tar.gz
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.
Diffstat (limited to 'sys/kern/sys_socket.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud