Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274158
b: refs/heads/master
c: 0330581
h: refs/heads/master
v: v3
  • Loading branch information
Tang Yuantian authored and Benjamin Herrenschmidt committed Sep 19, 2011
1 parent 9ee2547 commit 86c8edf
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: 9c57a32b2f1615e0ad77e9d3b68fd720f43430da
refs/heads/master: 0330581ab3b9002d55ee66f377ccbbb742175c01
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/swsusp.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ void save_processor_state(void)
void restore_processor_state(void)
{
#ifdef CONFIG_PPC32
switch_mmu_context(NULL, current->active_mm);
switch_mmu_context(current->active_mm, current->active_mm);
#endif
}

0 comments on commit 86c8edf

Please sign in to comment.