Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270159
b: refs/heads/master
c: 8e6f83b
h: refs/heads/master
i:
  270157: 3b92f6b
  270155: c8c2a9b
  270151: 1097001
  270143: 751ef2c
v: v3
  • Loading branch information
Russell King committed Sep 20, 2011
1 parent ab50180 commit 310d5ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abda1bd5f4e04054ce083c298fcd68a743e9df03
refs/heads/master: 8e6f83bbdf770014c070c5a41c8e89617cb2a66b
3 changes: 3 additions & 0 deletions trunk/arch/arm/kernel/suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ void __cpu_suspend_save(u32 *ptr, u32 ptrsz, u32 sp, u32 *save_ptr)
cpu_do_suspend(ptr);

flush_cache_all();
outer_clean_range(*save_ptr, *save_ptr + ptrsz);
outer_clean_range(virt_to_phys(save_ptr),
virt_to_phys(save_ptr) + sizeof(*save_ptr));
}

/*
Expand Down

0 comments on commit 310d5ab

Please sign in to comment.