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

Commit 4bece972 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/powernv: pnv_init_idle_states() should only run on powernv



Although this init call checks for device tree properties before doing
anything, it should still only run on powernv machines.

Reviewed-by: default avatarShreyas B Prabhu <shreyas@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 2dc710e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <linux/cpu.h>

#include <asm/firmware.h>
#include <asm/machdep.h>
#include <asm/opal.h>
#include <asm/cputhreads.h>
#include <asm/cpuidle.h>
@@ -289,5 +290,4 @@ static int __init pnv_init_idle_states(void)
out:
	return 0;
}

subsys_initcall(pnv_init_idle_states);
machine_subsys_initcall(powernv, pnv_init_idle_states);