]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: LPAE: Add context switching support
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 31 Jan 2011 13:50:44 +0000 (13:50 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 14 Nov 2011 14:12:44 +0000 (14:12 +0000)
commit519e06361e57a210fcc7ead6c7b67d5de8e9b3bf
tree085eb157d3c67109bfc2a99e845a4b5d6611f980
parent3a08ed162913b013ed0b64b1c875368fa2af40c3
ARM: LPAE: Add context switching support

With LPAE, TTBRx registers are 64-bit. The ASID is stored in TTBR0
rather than a separate Context ID register. This patch makes the
necessary changes to handle context switching on LPAE.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/mm/context.c