diff options
Diffstat (limited to 'arch/parisc/kernel/entry.S')
-rw-r--r-- | arch/parisc/kernel/entry.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/kernel/entry.S b/arch/parisc/kernel/entry.S index aa486e46ab97..36f4f1dcb778 100644 --- a/arch/parisc/kernel/entry.S +++ b/arch/parisc/kernel/entry.S | |||
@@ -1702,7 +1702,8 @@ ENTRY(sys_\name\()_wrapper) | |||
1702 | ldo TASK_REGS(%r1),%r1 | 1702 | ldo TASK_REGS(%r1),%r1 |
1703 | reg_save %r1 | 1703 | reg_save %r1 |
1704 | mfctl %cr27, %r28 | 1704 | mfctl %cr27, %r28 |
1705 | b sys_\name | 1705 | ldil L%sys_\name, %r31 |
1706 | be R%sys_\name(%sr4,%r31) | ||
1706 | STREG %r28, PT_CR27(%r1) | 1707 | STREG %r28, PT_CR27(%r1) |
1707 | ENDPROC(sys_\name\()_wrapper) | 1708 | ENDPROC(sys_\name\()_wrapper) |
1708 | .endm | 1709 | .endm |