Remove daddr_t dependancies in the swap code. Move swblk_t and add
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 10 Aug 2008 22:09:52 +0000 (22:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 10 Aug 2008 22:09:52 +0000 (22:09 +0000)
commit35d5bbd393a86b44e3c916d40d4ca1330006f9d7
tree0c723b707d6a4b91a64ce4493f12700ea74cfe9d
parentccdfc1c05879bcf30b1019dc33f7ff63f2ed871b
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