Jeremy Fitzhardinge wrote: > Remove the ctor for the pgd cache. There's no point in having the > cache machinery do this via an indirect call when all pgd are freed in > the one place anyway. > > Signed-off-by: Jeremy Fitzhardinge <jeremy at xensource.com> > Acked-by: Zachary Amsden <zach at vmware.com> This does introduce a bug for us, but that is trivially fixed, and I would like to inspect final merged code to make sure bugfix is proper. Zach