On 2/17/12 6:41 PM, Matt Thomas wrote:
Module Name: src Committed By: matt Date: Fri Feb 17 23:41:03 UTC 2012 Modified Files: src/sys/uvm: uvm_init.c uvm_param.h Log Message: Make sure to export uvmexp_* if MODULAR is defined. Make the uvmexp_page* be a pointer to a const int as well as having the pointer be const as well.
Is this the change that should have supposedly fixed PR port-macppc/46041 ? Because... it doesn't. The built kernels still don't have any of the uvmexp_* symbols in them.