diff options
-rw-r--r-- | arch/parisc/kernel/entry.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/parisc/kernel/entry.S b/arch/parisc/kernel/entry.S index cec65323d216..8474f9e5ca10 100644 --- a/arch/parisc/kernel/entry.S +++ b/arch/parisc/kernel/entry.S | |||
@@ -2249,7 +2249,7 @@ syscall_do_resched: | |||
2249 | ENDPROC(syscall_exit) | 2249 | ENDPROC(syscall_exit) |
2250 | 2250 | ||
2251 | 2251 | ||
2252 | ENTRY(get_register) | 2252 | get_register: |
2253 | /* | 2253 | /* |
2254 | * get_register is used by the non access tlb miss handlers to | 2254 | * get_register is used by the non access tlb miss handlers to |
2255 | * copy the value of the general register specified in r8 into | 2255 | * copy the value of the general register specified in r8 into |
@@ -2326,10 +2326,9 @@ ENTRY(get_register) | |||
2326 | copy %r30,%r1 | 2326 | copy %r30,%r1 |
2327 | bv %r0(%r25) /* r31 */ | 2327 | bv %r0(%r25) /* r31 */ |
2328 | copy %r31,%r1 | 2328 | copy %r31,%r1 |
2329 | ENDPROC(get_register) | ||
2330 | 2329 | ||
2331 | 2330 | ||
2332 | ENTRY(set_register) | 2331 | set_register: |
2333 | /* | 2332 | /* |
2334 | * set_register is used by the non access tlb miss handlers to | 2333 | * set_register is used by the non access tlb miss handlers to |
2335 | * copy the value of r1 into the general register specified in | 2334 | * copy the value of r1 into the general register specified in |
@@ -2401,5 +2400,4 @@ ENTRY(set_register) | |||
2401 | copy %r1,%r30 | 2400 | copy %r1,%r30 |
2402 | bv %r0(%r25) /* r31 */ | 2401 | bv %r0(%r25) /* r31 */ |
2403 | copy %r1,%r31 | 2402 | copy %r1,%r31 |
2404 | ENDPROC(set_register) | ||
2405 | 2403 | ||