Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258255
b: refs/heads/master
c: 0853f96
h: refs/heads/master
i:
  258253: 753f94d
  258251: 2baa5aa
  258247: 1fea0d0
  258239: 3a37963
v: v3
  • Loading branch information
Russell King committed Jun 24, 2011
1 parent 493eede commit 330924b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2c74a0cefa463a7a483b07ba4d2ea8e4ec7b996c
refs/heads/master: 0853f96f13e0b60f1c319bcd7f6a3a84d0d1e706
2 changes: 2 additions & 0 deletions trunk/arch/arm/include/asm/suspend.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define __ASM_ARM_SUSPEND_H

#include <asm/memory.h>
#include <asm/tlbflush.h>

extern void cpu_resume(void);

Expand All @@ -14,6 +15,7 @@ static inline void cpu_suspend(unsigned long arg, void (*fn)(unsigned long))
extern void __cpu_suspend(int, long, unsigned long,
void (*)(unsigned long));
__cpu_suspend(0, PHYS_OFFSET - PAGE_OFFSET, arg, fn);
flush_tlb_all();
}

#endif

0 comments on commit 330924b

Please sign in to comment.