Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26927
b: refs/heads/master
c: 30d6b2f
h: refs/heads/master
i:
  26925: 5f7d56b
  26923: 942b571
  26919: 707df55
  26911: 1fd6ba8
v: v3
  • Loading branch information
Pavel Machek authored and Linus Torvalds committed May 23, 2006
1 parent 14b3851 commit 9504390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff4547f4aa9823908e9866495598fc65772c2a09
refs/heads/master: 30d6b2f3749e41ce37170ebc445948222b2db4ee
2 changes: 1 addition & 1 deletion trunk/arch/i386/power/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9504390

Please sign in to comment.