x86/mm: drop redundant local variable from _get_page_type()
authorJan Beulich <jbeulich@suse.com>
Fri, 5 Apr 2019 08:15:10 +0000 (10:15 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 5 Apr 2019 08:15:10 +0000 (10:15 +0200)
commita668d7d29c7e5104ad9c1e4c8d5fcd381083437c
treee37b1a3959f47c4f7c52bfbc320daed770de7803
parent9f8d606b438440831ac14733ca0dc90a59ff492f
x86/mm: drop redundant local variable from _get_page_type()

Instead of the separate iommu_ret, the general rc can be used even for
the IOMMU operations.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/mm.c