Searched hist:"29 cb3cd208dd0e4471bb80bec4facc49ceb199fa" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm/include/asm/ |
H A D | suspend.h | diff 29cb3cd208dd0e4471bb80bec4facc49ceb199fa Sat Jul 02 03:54:01 CDT 2011 Russell King <rmk+kernel@arm.linux.org.uk> ARM: pm: allow suspend finisher to return error codes
There are SoCs where attempting to enter a low power state is ignored, and the CPU continues executing instructions with all state preserved. It is over-complex at that point to disable the MMU just to call the resume path.
Instead, allow the suspend finisher to return error codes to abort suspend in this circumstance, where the cpu_suspend internals will then unwind the saved state on the stack. Also omit the tlb flush as no changes to the page tables will have happened.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | pm.c | diff 29cb3cd208dd0e4471bb80bec4facc49ceb199fa Sat Jul 02 03:54:01 CDT 2011 Russell King <rmk+kernel@arm.linux.org.uk> ARM: pm: allow suspend finisher to return error codes
There are SoCs where attempting to enter a low power state is ignored, and the CPU continues executing instructions with all state preserved. It is over-complex at that point to disable the MMU just to call the resume path.
Instead, allow the suspend finisher to return error codes to abort suspend in this circumstance, where the cpu_suspend internals will then unwind the saved state on the stack. Also omit the tlb flush as no changes to the page tables will have happened.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/kernel/ |
H A D | sleep.S | diff 29cb3cd208dd0e4471bb80bec4facc49ceb199fa Sat Jul 02 03:54:01 CDT 2011 Russell King <rmk+kernel@arm.linux.org.uk> ARM: pm: allow suspend finisher to return error codes
There are SoCs where attempting to enter a low power state is ignored, and the CPU continues executing instructions with all state preserved. It is over-complex at that point to disable the MMU just to call the resume path.
Instead, allow the suspend finisher to return error codes to abort suspend in this circumstance, where the cpu_suspend internals will then unwind the saved state on the stack. Also omit the tlb flush as no changes to the page tables will have happened.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | pxa3xx.c | diff 29cb3cd208dd0e4471bb80bec4facc49ceb199fa Sat Jul 02 03:54:01 CDT 2011 Russell King <rmk+kernel@arm.linux.org.uk> ARM: pm: allow suspend finisher to return error codes
There are SoCs where attempting to enter a low power state is ignored, and the CPU continues executing instructions with all state preserved. It is over-complex at that point to disable the MMU just to call the resume path.
Instead, allow the suspend finisher to return error codes to abort suspend in this circumstance, where the cpu_suspend internals will then unwind the saved state on the stack. Also omit the tlb flush as no changes to the page tables will have happened.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | pm34xx.c | diff 29cb3cd208dd0e4471bb80bec4facc49ceb199fa Sat Jul 02 03:54:01 CDT 2011 Russell King <rmk+kernel@arm.linux.org.uk> ARM: pm: allow suspend finisher to return error codes
There are SoCs where attempting to enter a low power state is ignored, and the CPU continues executing instructions with all state preserved. It is over-complex at that point to disable the MMU just to call the resume path.
Instead, allow the suspend finisher to return error codes to abort suspend in this circumstance, where the cpu_suspend internals will then unwind the saved state on the stack. Also omit the tlb flush as no changes to the page tables will have happened.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|