]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 6879/1: fix personality test wrt usage of domain handlers
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 13 Apr 2011 04:01:52 +0000 (05:01 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 14 Apr 2011 08:15:25 +0000 (09:15 +0100)
commit15f323dd865836c66e8f7e70d7a79c6f15011ff7
treee49e8a92b4377789198c144ba8bd973bc16c6d07
parent59c4944b7e3e1c6b294b6c1ec20ee949dc247190
ARM: 6879/1: fix personality test wrt usage of domain handlers

There are optional bits that may complement a personality ID.  It is
therefore wrong to simply test against the absolute current->personality
value to determine the effective personality.  The PER_LINUX_32BIT is
itself just PER_LINUX with one of those optional bits set.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/traps.c