Commit dbb8c35d authored by David S. Miller's avatar David S. Miller

sparc64: setup_valid_addr_bitmap_from_pavail() should be __init

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e3c71a32
......@@ -1843,7 +1843,7 @@ static int pavail_rescan_ents __initdata;
* memory list again, and make sure it provides at least as much
* memory as 'pavail' does.
*/
static void setup_valid_addr_bitmap_from_pavail(void)
static void __init setup_valid_addr_bitmap_from_pavail(void)
{
int i;
......
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