ARM: pm: ensure our temporary page table entry is removed from the TLB
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 23 Jun 2011 13:24:09 +0000 (14:24 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 24 Jun 2011 08:54:39 +0000 (09:54 +0100)
Ensure that our temporary page table entry is flushed from the TLB
before we resume normal operations.  This ensures that userspace
won't trip over the stale TLB entry.

Tested-by: Kevin Hilman <khilman@ti.com>
Acked-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found