}
while (run_start < pages) {
- bool do_fixup = false;
unsigned long fixup_start_addr;
unsigned long host_offset;
*/
host_offset = run_start % host_ratio;
if (host_offset) {
- do_fixup = true;
fixup_start_addr = run_start - host_offset;
/*
* This host page has gone, the next loop iteration starts
*/
host_offset = run_end % host_ratio;
if (host_offset) {
- do_fixup = true;
fixup_start_addr = run_end - host_offset;
/*
* This host page has gone, the next loop iteration starts
}
}
- if (do_fixup) {
+ if (host_offset) {
unsigned long page;
/* Tell the destination to discard this page */