CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/28 11:57:11
Modified files:
sys/dev/ic : ahci.c sti.c
sys/dev/isa : aha.c
sys/dev/pci : ahci_pci.c vga_pci.c viomb.c
sys/dev/pci/drm/ttm: ttm_page_alloc.c
sys/dev : video.c
sys/kern : dma_alloc.c exec_subr.c init_main.c kern_fork.c
kern_malloc.c kern_malloc_debug.c subr_pool.c
uipc_mbuf.c vfs_biomem.c
sys/nfs : nfs_kq.c
sys/sys : vnode.h
sys/tmpfs : tmpfs_subr.c tmpfs_vnops.c
sys/uvm : uvm.h uvm_extern.h
Log message:
Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of
<uvm/uvm.h> if possible and remove double inclusions.
ok beck@, mlarkin@, deraadt@