|
@@ -14,10 +14,6 @@ extern int __cpu_suspend(unsigned long, int (*)(unsigned long), u32 cpuid);
|
|
extern void cpu_resume_mmu(void);
|
|
extern void cpu_resume_mmu(void);
|
|
|
|
|
|
#ifdef CONFIG_MMU
|
|
#ifdef CONFIG_MMU
|
|
-/*
|
|
|
|
- * Hide the first two arguments to __cpu_suspend - these are an implementation
|
|
|
|
- * detail which platform code shouldn't have to know about.
|
|
|
|
- */
|
|
|
|
int cpu_suspend(unsigned long arg, int (*fn)(unsigned long))
|
|
int cpu_suspend(unsigned long arg, int (*fn)(unsigned long))
|
|
{
|
|
{
|
|
struct mm_struct *mm = current->active_mm;
|
|
struct mm_struct *mm = current->active_mm;
|