xen/setup: Remove redundant filtering of PTE masks.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 10 Feb 2012 14:24:08 +0000 (09:24 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 20 Feb 2012 15:40:54 +0000 (10:40 -0500)
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>

No differences found