|
@@ -181,9 +181,7 @@ static struct clk pxa27x_clks[] = {
|
|
|
* More ones like CP and general purpose register values are preserved
|
|
|
* with the stack pointer in sleep.S.
|
|
|
*/
|
|
|
-enum { SLEEP_SAVE_START = 0,
|
|
|
-
|
|
|
- SLEEP_SAVE_PGSR0, SLEEP_SAVE_PGSR1, SLEEP_SAVE_PGSR2, SLEEP_SAVE_PGSR3,
|
|
|
+enum { SLEEP_SAVE_PGSR0, SLEEP_SAVE_PGSR1, SLEEP_SAVE_PGSR2, SLEEP_SAVE_PGSR3,
|
|
|
|
|
|
SLEEP_SAVE_GAFR0_L, SLEEP_SAVE_GAFR0_U,
|
|
|
SLEEP_SAVE_GAFR1_L, SLEEP_SAVE_GAFR1_U,
|
|
@@ -198,7 +196,7 @@ enum { SLEEP_SAVE_START = 0,
|
|
|
SLEEP_SAVE_PWER, SLEEP_SAVE_PCFR, SLEEP_SAVE_PRER,
|
|
|
SLEEP_SAVE_PFER, SLEEP_SAVE_PKWR,
|
|
|
|
|
|
- SLEEP_SAVE_SIZE
|
|
|
+ SLEEP_SAVE_COUNT
|
|
|
};
|
|
|
|
|
|
void pxa27x_cpu_pm_save(unsigned long *sleep_save)
|
|
@@ -269,7 +267,7 @@ static int pxa27x_cpu_pm_valid(suspend_state_t state)
|
|
|
}
|
|
|
|
|
|
static struct pxa_cpu_pm_fns pxa27x_cpu_pm_fns = {
|
|
|
- .save_size = SLEEP_SAVE_SIZE,
|
|
|
+ .save_count = SLEEP_SAVE_COUNT,
|
|
|
.save = pxa27x_cpu_pm_save,
|
|
|
.restore = pxa27x_cpu_pm_restore,
|
|
|
.valid = pxa27x_cpu_pm_valid,
|