diff options
| -rw-r--r-- | arch/sparc/include/asm/elf_64.h | 5 | ||||
| -rw-r--r-- | arch/sparc/lib/csum_copy_from_user.S | 2 | ||||
| -rw-r--r-- | arch/sparc/lib/csum_copy_to_user.S | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/arch/sparc/include/asm/elf_64.h b/arch/sparc/include/asm/elf_64.h index 425c2f9be6d5..d42e393078c4 100644 --- a/arch/sparc/include/asm/elf_64.h +++ b/arch/sparc/include/asm/elf_64.h | |||
| @@ -208,8 +208,9 @@ do { unsigned long new_flags = current_thread_info()->flags; \ | |||
| 208 | else \ | 208 | else \ |
| 209 | clear_thread_flag(TIF_ABI_PENDING); \ | 209 | clear_thread_flag(TIF_ABI_PENDING); \ |
| 210 | /* flush_thread will update pgd cache */ \ | 210 | /* flush_thread will update pgd cache */ \ |
| 211 | if (current->personality != PER_LINUX32) \ | 211 | if (personality(current->personality) != PER_LINUX32) \ |
| 212 | set_personality(PER_LINUX); \ | 212 | set_personality(PER_LINUX | \ |
| 213 | (current->personality & (~PER_MASK))); \ | ||
| 213 | } while (0) | 214 | } while (0) |
| 214 | 215 | ||
| 215 | #endif /* !(__ASM_SPARC64_ELF_H) */ | 216 | #endif /* !(__ASM_SPARC64_ELF_H) */ |
diff --git a/arch/sparc/lib/csum_copy_from_user.S b/arch/sparc/lib/csum_copy_from_user.S index a22eddbe5dba..e0304e6a2242 100644 --- a/arch/sparc/lib/csum_copy_from_user.S +++ b/arch/sparc/lib/csum_copy_from_user.S | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | #define EX_LD(x) \ | 6 | #define EX_LD(x) \ |
| 7 | 98: x; \ | 7 | 98: x; \ |
| 8 | .section .fixup; \ | 8 | .section .fixup, "ax"; \ |
| 9 | .align 4; \ | 9 | .align 4; \ |
| 10 | 99: retl; \ | 10 | 99: retl; \ |
| 11 | mov -1, %o0; \ | 11 | mov -1, %o0; \ |
diff --git a/arch/sparc/lib/csum_copy_to_user.S b/arch/sparc/lib/csum_copy_to_user.S index d5b12f441f02..afd01acc587c 100644 --- a/arch/sparc/lib/csum_copy_to_user.S +++ b/arch/sparc/lib/csum_copy_to_user.S | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | #define EX_ST(x) \ | 6 | #define EX_ST(x) \ |
| 7 | 98: x; \ | 7 | 98: x; \ |
| 8 | .section .fixup; \ | 8 | .section .fixup,"ax"; \ |
| 9 | .align 4; \ | 9 | .align 4; \ |
| 10 | 99: retl; \ | 10 | 99: retl; \ |
| 11 | mov -1, %o0; \ | 11 | mov -1, %o0; \ |
