[IA64] Low byte of current->personality is not a bitmask.
authorTony Luck <tony.luck@intel.com>
Tue, 30 Aug 2005 21:59:24 +0000 (14:59 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 30 Aug 2005 21:59:24 +0000 (14:59 -0700)
Peter Staubach pointed out that it is not correct to check
current->personality & PER_LINUX32 (this will have false
hits on several other personality values).

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found