On Fri, Jul 16, 2010 at 12:41 PM, Fred Crowson <open...@crowsons.net> wrote: > While trying to build a debug ramdisk kernel - I came across a build error > in uvm_pmemrange.c where the function uvm_pmr_isfree was not defined, I've > added it to #ifdef not sure if this is the correct process or whether it > needs its own #ifdef.
The #if in uvm_pmemrange.h just needed tweaking. Fix committed. Philip Guenther