diff --git a/[refs] b/[refs] index e385f00d72a6..0e8b59b92e75 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff4547f4aa9823908e9866495598fc65772c2a09 +refs/heads/master: 30d6b2f3749e41ce37170ebc445948222b2db4ee diff --git a/trunk/arch/i386/power/cpu.c b/trunk/arch/i386/power/cpu.c index 50a0bef8c85f..79b2370c7fac 100644 --- a/trunk/arch/i386/power/cpu.c +++ b/trunk/arch/i386/power/cpu.c @@ -92,7 +92,7 @@ void __restore_processor_state(struct saved_context *ctxt) write_cr4(ctxt->cr4); write_cr3(ctxt->cr3); write_cr2(ctxt->cr2); - write_cr2(ctxt->cr0); + write_cr0(ctxt->cr0); /* * now restore the descriptor tables to their proper values