diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-08-13 05:18:28 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-08-24 12:26:07 +0200 |
commit | 7256a5d2da56f2ea8ad49e8dbe9e2984f0899b42 (patch) | |
tree | 95109ff3cb478eae2e56033b2a52859ca25b9b37 /arch/powerpc/lib | |
parent | powerpc/dma-iommu: Fix IOMMU window check (diff) | |
download | linux-7256a5d2da56f2ea8ad49e8dbe9e2984f0899b42.tar.xz linux-7256a5d2da56f2ea8ad49e8dbe9e2984f0899b42.zip |
powerpc: Fix personality handling in ppc64_personality()
Directly comparing current->personality against PER_LINUX32 doesn't work
in cases when any of the personality flags stored in the top three bytes
are used.
Directly forcefully setting personality to PER_LINUX32 or PER_LINUX
discards any flags stored in the top three bytes
Use personality() macro to compare only PER_MASK bytes and make sure that
we are setting only the bits that should be set, instead of overwriting
the whole value.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/lib')
0 files changed, 0 insertions, 0 deletions