Re: missing function definition uvm_pmemrange.c

2011-04-03 Thread Philip Guenther
On Fri, Jul 16, 2010 at 12:41 PM, Fred Crowson 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

Re: missing function definition uvm_pmemrange.c

2010-07-16 Thread Philip Guenther
On Friday, July 16, 2010, Fred Crowson 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 #ifd

missing function definition uvm_pmemrange.c

2010-07-16 Thread Fred Crowson
Hi tech@ 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. diff -ui follows. Thanks Fred x41:f