[PATCH] swsusp simple typo

From: Paul Andreassen
Date: Wed Jun 14 2006 - 13:58:25 EST



No sure how this ever worked.

Please CC me because I'm not subscribed.

Paul

--- linux-source-2.6.15.7-ubuntu1/arch/i386/power/cpu.c.old 2006-03-03
07:18:35.000000000 +1000
+++ linux-source-2.6.15.7-ubuntu1/arch/i386/power/cpu.c 2006-06-15
00:32:11.022610552 +1000
@@ -92,7 +92,7 @@
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/