commit | 416d7214741daba3acd6d328289858390bef37bc | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Feb 10 09:24:08 2012 -0500 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Feb 20 10:40:54 2012 -0500 |
tree | 9b891f5952ecc1376cffcae1eea6522f39039bfd | |
parent | a43a5ccdfa5bd5b2f00aa9b2321df268c2e5d6e2 [diff] |
xen/setup: Remove redundant filtering of PTE masks. commit 7347b4082e55ac4a673f06a0a0ce25c37273c9ec "xen: Allow unprivileged Xen domains to create iomap pages" added a redundant line in the early bootup code to filter out the PTE. That filtering is already done a bit earlier so this extra processing is not required. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>