Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

sparc64: setup_valid_addr_bitmap_from_pavail() should be __init

parent e3c71a32
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1843,7 +1843,7 @@ static int pavail_rescan_ents __initdata;
 * memory list again, and make sure it provides at least as much
 * memory list again, and make sure it provides at least as much
 * memory as 'pavail' does.
 * 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;
	int i;