On 5 March 2012 02:14, Manuel Bouyer <bou...@netbsd.org> wrote: > Module Name: src > Committed By: bouyer > Date: Sun Mar 4 20:44:17 UTC 2012 > > Modified Files: > src/sys/arch/i386/i386: machdep.c > > Log Message: > Don't try to uvm_page_physload() the tmpgdt page: this always fails because > only one physical segment is configured for Xen, and it's probably not > worth it to create a second physseg with a single page (uvm has optimisations > for the VM_PHYSSEG_MAX == 1 case) > >
ic, so we're potentially leaking 2 pages at boot now.... -- ~Cherry