Remove daddr_t dependancies in the swap code. Move swblk_t and add
commit90cfe1c5a735102654bca148ff3785563b4284d3
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 10 Aug 2008 22:09:52 +0000 (10 22:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 10 Aug 2008 22:09:52 +0000 (10 22:09 +0000)
treeb70819bd8bc4b369aa327138f0312100d6400dcb
parentca419b2b8f2a7554b886ef2f9db47caaab7badeb
Remove daddr_t dependancies in the swap code.  Move swblk_t and add
u_swblk_t.  This causes the swap code to properly use 32 bit block numbers
across all architectures (which gives us swap in the terrabyte range).
sys/kern/subr_blist.c
sys/sys/blist.h
sys/sys/dmap.h
sys/sys/types.h
sys/vm/swap_pager.h