As observed by Roger while reviewing a somewhat related change, there's
no need here either to open-code the (largely, i.e. once setup_max_pdx()
was called) fixed relationship between max_pdx and max_page. Further we
can avoid open-coding pfn_to_paddr() here.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
continue;
}
map_e = e;
- e = (pdx_to_pfn(max_pdx - 1) + 1ULL) << PAGE_SHIFT;
+ e = pfn_to_paddr(max_page);
printk(XENLOG_WARNING "Ignoring inaccessible memory range"
" %013"PRIx64"-%013"PRIx64"\n",
e, map_e);