Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[firefly-linux-kernel-4.4.55.git] / arch / alpha / kernel / process.c
index 63d27fb9b023f745ad8c6c4d23526edb3c42bc8c..ab80a80d38a214d57d6fa06c2f2e8e601ea0415b 100644 (file)
 void (*pm_power_off)(void) = machine_power_off;
 EXPORT_SYMBOL(pm_power_off);
 
-void
-cpu_idle(void)
-{
-       current_thread_info()->status |= TS_POLLING;
-
-       while (1) {
-               /* FIXME -- EV6 and LCA45 know how to power down
-                  the CPU.  */
-
-               rcu_idle_enter();
-               while (!need_resched())
-                       cpu_relax();
-
-               rcu_idle_exit();
-               schedule_preempt_disabled();
-       }
-}
-
-
 struct halt_info {
        int mode;
        char *restart_cmd;
@@ -194,6 +175,7 @@ machine_power_off(void)
 void
 show_regs(struct pt_regs *regs)
 {
+       show_regs_print_info(KERN_DEFAULT);
        dik_show_regs(regs, NULL);
 }