Changeset 896ad9f in mainline for kernel/arch/ppc32/src/exception.S
- Timestamp:
- 2009-01-31T13:12:14Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53634f9
- Parents:
- 7c98874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/exception.S
r7c98874 r896ad9f 226 226 mr r4, sp 227 227 addi r4, r4, 8 228 bl pht_re al_refill228 bl pht_refill_real 229 229 230 230 cmpwi r3, 0 … … 238 238 mr r4, sp 239 239 addi r4, r4, 8 240 bl pht_re al_refill240 bl pht_refill_real 241 241 242 242 cmpwi r3, 0 … … 282 282 283 283 iret_real: 284 285 284 lwz r0, 8(sp) 286 285 lwz r2, 12(sp)
Note:
See TracChangeset
for help on using the changeset viewer.