Changeset 10e0cee in mainline for arch/ppc32/src/exception.S


Ignore:
Timestamp:
2006-06-18T00:31:14Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1bb2e7a
Parents:
8e3bf3e2
Message:

ppc32: BAT-less memory mapping (broken yet)
VSID support (broken yet)
boot API change
cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/exception.S

    r8e3bf3e2 r10e0cee  
    138138        CONTEXT_STORE
    139139       
    140 #       li r3, 2
    141 #       mr r4, sp
    142 #       addi r4, r4, 8
    143 #       bl pht_real_refill
    144        
    145 #       cmpwi r3, 0
    146 #       bne iret_real
     140        li r3, 2
     141        mr r4, sp
     142        addi r4, r4, 8
     143        bl pht_real_refill
     144       
     145        cmpwi r3, 0
     146        bne iret_real
    147147       
    148148        li r3, 2
     
    154154        CONTEXT_STORE
    155155       
    156 #       li r3, 3
    157 #       mr r4, sp
    158 #       addi r4, r4, 8
    159 #       bl pht_real_refill
    160        
    161 #       cmpwi r3, 0
    162 #       bne iret_real
     156        li r3, 3
     157        mr r4, sp
     158        addi r4, r4, 8
     159        bl pht_real_refill
     160       
     161        cmpwi r3, 0
     162        bne iret_real
    163163
    164164        li r3, 3
Note: See TracChangeset for help on using the changeset viewer.