On 07/04/2016 08:11 AM, Benjamin Herrenschmidt wrote: > On Fri, 2016-07-01 at 09:10 +0200, Cédric Le Goater wrote: >> Here is a little serie with API cleanups and fixes for large page and >> VRMA. Previous patches which added the support did not take into >> account the segment page size attribute. > > I've done a slightly different patch that subsumes 1...3 and is I think > now architecturally correct ;-) (unlike my original code). > > Additionaly we noavoid walking all the SLB sizes so things should be > a bit faster too.
good that part felt like it needed some optimization. > The VRMA patch still applies, I'll include it in what I post. I will give it a try. Thanks, C.