CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/05/07 09:27:01
Modified files:
sys/arch/hppa/include: pmap.h
sys/arch/hppa64/include: pmap.h
sys/arch/i386/include: pmap.h
sys/uvm : uvm_page.h
Removed files:
sys/uvm : uvm_pglist.h
Log message:
So long, uvm_pglist.h
This header defined three thing. two of which are unused throughout the tree,
the final one was the definition of the pagq head type, move that to uvm_page.h
and nuke the header
ok thib@. Thanks to krw@ for testing the hppa build for me.