diff options
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r-- | arch/parisc/include/asm/processor.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index 2dbe5580a1a4..2bd5e695bdad 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h | |||
@@ -256,11 +256,7 @@ on downward growing arches, it looks like this: | |||
256 | * it in here from the current->personality | 256 | * it in here from the current->personality |
257 | */ | 257 | */ |
258 | 258 | ||
259 | #ifdef CONFIG_64BIT | 259 | #define USER_WIDE_MODE (!is_32bit_task()) |
260 | #define USER_WIDE_MODE (!test_thread_flag(TIF_32BIT)) | ||
261 | #else | ||
262 | #define USER_WIDE_MODE 0 | ||
263 | #endif | ||
264 | 260 | ||
265 | #define start_thread(regs, new_pc, new_sp) do { \ | 261 | #define start_thread(regs, new_pc, new_sp) do { \ |
266 | elf_addr_t *sp = (elf_addr_t *)new_sp; \ | 262 | elf_addr_t *sp = (elf_addr_t *)new_sp; \ |