On Feb 27, 2014, at 11:07 PM, Alan Barrett <a...@cequrux.com> wrote:
> On Wed, 26 Feb 2014, Matt Thomas wrote: >> Modified Files: >> src/sys/uvm: uvm_meter.c uvm_param.h >> >> Log Message: >> Add vm.min_address and vm.max_address which return VM_MIN_ADDRESS and >> VM_MAXUSER_ADDRESS. > > Do these need to use the old style #define constants > instead of the new style (since 2005) CTL_CREATE idiom? Don't need to but I think it's lower overhead if they use old style definitions.