Matthew Dillon wrote:
> I did a cleanup pass on Andrew's code and rearranged a few minor
> things, plus removed the vm_contig_[int]_pg_alloc() shim and just made
> the original vm_contig_pg_alloc() take an mflags argument, and changed
> the mflags type to an int.
>
> It looks like nothing else in the system used the vm_contig_pg_alloc()
> entry point anyway so I also made that static.
>
> Please test.
Works well! Thanks!
Andrew.