Revert "ARM: 6944/1: mm: allow ASID 0 to be allocated to tasks"
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 9 Jun 2011 09:12:41 +0000 (10:12 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 9 Jun 2011 09:13:16 +0000 (10:13 +0100)
commita0a54d37b4b1d1f55d1e81e8ffc223bb85472fa3
tree3a3340b42833020a7f25d7ebe015d2d831f0c228
parent07989b7ad63af424886ff922fd3bcca9e00ffa78
Revert "ARM: 6944/1: mm: allow ASID 0 to be allocated to tasks"

This reverts commit 45b95235b0ac86cef2ad4480b0618b8778847479.

Will Deacon reports that:

 In 52af9c6c ("ARM: 6943/1: mm: use TTBR1 instead of reserved context ID")
 I updated the ASID rollover code to use only the kernel page tables
 whilst updating the ASID.

 Unfortunately, the code to restore the user page tables was part of a
 later patch which isn't yet in mainline, so this leaves the code
 quite broken.

We're also in the process of eliminating __ARCH_WANT_INTERRUPTS_ON_CTXSW
from ARM, so lets revert these until we can properly sort out what we're
doing with the context switching.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/context.c