commit | 14d8c9512aef5bf25c017d1b331de51c7928c5d4 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Nov 22 17:30:31 2011 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Dec 08 10:30:40 2011 +0000 |
tree | d1d456e544b850a412f6f6350a6a4b5cb7164c2e | |
parent | f7b8156d150f7383b42622a9219b230b36435b4a [diff] |
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>