Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / arch / powerpc / kexec / core_64.c
index b418409..8a449b2 100644 (file)
@@ -152,6 +152,8 @@ static void kexec_smp_down(void *arg)
        if (ppc_md.kexec_cpu_down)
                ppc_md.kexec_cpu_down(0, 1);
 
+       reset_sprs();
+
        kexec_smp_wait();
        /* NOTREACHED */
 }