Subject: re: Add a MAP_ALIGNED flag for mmap(2).
To: Matt Thomas <matt@3am-software.com>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 03/03/2003 00:00:25
   
   Taking Andrew Brown's idea, I stole the top 8 bit of the flags argument
   to mmap(2) to inside a log2 value of alignment desired.  The attach
   patch implements the proposal and (after a few bugs in uvm) works fine.


this just seems way to gross for me.


.mrg.