Commit 8928a30a authored by Keith M. Wesolowski's avatar Keith M. Wesolowski

[SPARC32]: Trivial reformatting patch for arch/sparc/mm/init.c

From Art Haas <ahaas@airmail.net>
parent 8454cfb5
......@@ -369,9 +369,8 @@ static void __init taint_real_pages(void)
end = start + sp_banks[i].num_bytes;
while (start < end) {
set_bit (start >> 20,
sparc_valid_addr_bitmap);
start += PAGE_SIZE;
set_bit(start >> 20, sparc_valid_addr_bitmap);
start += PAGE_SIZE;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment