On 24.05.2023 16:30, Roger Pau Monne wrote: > The 'i' iterator index stores a PDX, not a PFN, and hence the initial > assignation of start (which stores a PFN) needs a conversion from PFN > to PDX. > > This is harmless currently, as the PDX compression skips the bottom > MAX_ORDER bits which cover the low 1MB, but still do the conversion > from PDX to PFN for type correctness. > > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
Acked-by: Jan Beulich <jbeul...@suse.com>