23 #include <linux/kernel.h>
24 #include <linux/string.h>
27 #include <asm/machdep.h>
43 static int current_mode = 0;
45 static int pasemi_system_reset_exception(
struct pt_regs *
regs)
52 if (regs->
msr & SRR1_WAKEMASK)
55 switch (regs->
msr & SRR1_WAKEMASK) {
75 static int __init pasemi_idle_init(
void)
77 #ifndef CONFIG_PPC_PASEMI_CPUFREQ
82 ppc_md.system_reset_exception = pasemi_system_reset_exception;
90 static int __init idle_param(
char *
p)