commit | 88b9ef452690233d200abf57a3fa2c0f3bd874c5 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Wed Apr 13 05:01:52 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Apr 14 09:15:25 2011 +0100 |
tree | e49e8a92b4377789198c144ba8bd973bc16c6d07 | |
parent | 5e143436d04465c937c1a242808a99c46393af3e [diff] |
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>