CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/03/31 13:46:27

Modified files:
        sys/arch/alpha/alpha: cpu.c 
        sys/arch/arm/arm: bus_dma.c pmap.c 
        sys/arch/aviion/dev: if_le_syscon.c 
        sys/arch/hppa64/hppa64: pmap.c 
        sys/arch/mac68k/dev: if_mc_obio.c if_sn.c 
        sys/arch/macppc/macppc: cpu.c 

Log message:
Make sure the boundaries of uvm_pglistalloc() calls are set up with low
being page-aligned, and high being end of page (i.e.
high & PAGE_MASK == PAGE_MASK) everywhere, for consistency. Future code
will depend on this.
ok deraadt@

Reply via email to