diff options
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/switch_to_64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/switch_to_64.h b/arch/sparc/include/asm/switch_to_64.h index c7de3323819c..8d284801f232 100644 --- a/arch/sparc/include/asm/switch_to_64.h +++ b/arch/sparc/include/asm/switch_to_64.h | |||
@@ -48,8 +48,8 @@ do { save_and_clear_fpu(); \ | |||
48 | "wrpr %%g0, 14, %%pil\n\t" \ | 48 | "wrpr %%g0, 14, %%pil\n\t" \ |
49 | "brz,pt %%o7, switch_to_pc\n\t" \ | 49 | "brz,pt %%o7, switch_to_pc\n\t" \ |
50 | " mov %%g7, %0\n\t" \ | 50 | " mov %%g7, %0\n\t" \ |
51 | "sethi %%hi(ret_from_syscall), %%g1\n\t" \ | 51 | "sethi %%hi(ret_from_fork), %%g1\n\t" \ |
52 | "jmpl %%g1 + %%lo(ret_from_syscall), %%g0\n\t" \ | 52 | "jmpl %%g1 + %%lo(ret_from_fork), %%g0\n\t" \ |
53 | " nop\n\t" \ | 53 | " nop\n\t" \ |
54 | ".globl switch_to_pc\n\t" \ | 54 | ".globl switch_to_pc\n\t" \ |
55 | "switch_to_pc:\n\t" \ | 55 | "switch_to_pc:\n\t" \ |