]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: pm: only use preallocated page table during resume
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 27 Aug 2011 21:39:09 +0000 (22:39 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 4 Sep 2011 10:09:32 +0000 (11:09 +0100)
commit99264c1686cbb257ab2bb1215beacc4bd815849f
treec3f611d17a8a3d0698c4a1f40af4d41e18080548
parent805f72ef00a44a8a698055154444256a25350654
ARM: pm: only use preallocated page table during resume

Only use the preallocated page table during the resume, not while
suspending.  This avoids the overhead of having to switch unnecessarily
to the resume page table in the suspend path.

Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/sleep.S
arch/arm/kernel/suspend.c
arch/arm/mm/proc-arm920.S
arch/arm/mm/proc-arm926.S
arch/arm/mm/proc-sa1100.S
arch/arm/mm/proc-v6.S
arch/arm/mm/proc-v7.S
arch/arm/mm/proc-xsc3.S
arch/arm/mm/proc-xscale.S