Changeset 58775d30 in mainline for kernel/arch/ppc32/src/asm.S


Ignore:
Timestamp:
2015-03-16T16:07:21Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2003739
Parents:
6069061 (diff), 795e2bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/asm.S

    r6069061 r58775d30  
    5555        rlwinm r31, r31, 0, 17, 15
    5656        mtmsr r31
     57        isync
    5758       
    5859        /* Set entry point */
     
    8586        rlwinm r31, r31, 0, 17, 15
    8687        mtmsr r31
     88        isync
    8789       
    8890        lwz r0, ISTATE_OFFSET_R0(sp)
     
    142144iret_syscall:
    143145       
    144         /* Reset decrementer */
    145        
    146         li r31, 1000
    147         mtdec r31
    148        
    149146        /* Disable interrupts */
    150147       
     
    152149        rlwinm r31, r31, 0, 17, 15
    153150        mtmsr r31
     151        isync
    154152       
    155153        lwz r0, ISTATE_OFFSET_R0(sp)
Note: See TracChangeset for help on using the changeset viewer.