Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/i386/i386



On Mon, Mar 05, 2012 at 08:01:09AM +0530, Cherry G. Mathew wrote:
> On 5 March 2012 02:14, Manuel Bouyer <bouyer%netbsd.org@localhost> 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....

We were already leaking 2 pages; as this uvm_page_physload() has never
worked ...

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index