| .. | .. |
|---|
| 173 | 173 | l.sw PT_GPR28(r1),r28 ;\ |
|---|
| 174 | 174 | l.sw PT_GPR29(r1),r29 ;\ |
|---|
| 175 | 175 | /* r30 already save */ ;\ |
|---|
| 176 | | -/* l.sw PT_GPR30(r1),r30*/ ;\ |
|---|
| 177 | 176 | l.sw PT_GPR31(r1),r31 ;\ |
|---|
| 178 | 177 | TRACE_IRQS_OFF_ENTRY ;\ |
|---|
| 179 | 178 | /* Store -1 in orig_gpr11 for non-syscall exceptions */ ;\ |
|---|
| .. | .. |
|---|
| 211 | 210 | l.sw PT_GPR27(r1),r27 ;\ |
|---|
| 212 | 211 | l.sw PT_GPR28(r1),r28 ;\ |
|---|
| 213 | 212 | l.sw PT_GPR29(r1),r29 ;\ |
|---|
| 214 | | - /* r31 already saved */ ;\ |
|---|
| 215 | | - l.sw PT_GPR30(r1),r30 ;\ |
|---|
| 216 | | -/* l.sw PT_GPR31(r1),r31 */ ;\ |
|---|
| 213 | + /* r30 already saved */ ;\ |
|---|
| 214 | + l.sw PT_GPR31(r1),r31 ;\ |
|---|
| 217 | 215 | /* Store -1 in orig_gpr11 for non-syscall exceptions */ ;\ |
|---|
| 218 | 216 | l.addi r30,r0,-1 ;\ |
|---|
| 219 | 217 | l.sw PT_ORIG_GPR11(r1),r30 ;\ |
|---|