commit | bc7fe1d977734efe6059d6d537b439135ad4a34c | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Fri Dec 17 14:58:43 2010 -0800 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Mon Jul 18 15:43:28 2011 -0700 |
tree | 06a437e5cabe7355e0824935b0a8d24d801b6289 | |
parent | dcf7435cfe617c9d9f3dd501d3f5ed4d0b30c218 [diff] |
xen/mmu: tune pgtable alloc/release Make sure the fastpath code is inlined. Batch the page permission change and the pin/unpin, and make sure that it can be batched with any adjacent set_pte/pmd/etc operations. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>