Changeset 543c31f in mainline


Ignore:
Timestamp:
2006-03-17T10:38:27Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f941347
Parents:
1f330de
Message:

invalidate segment registers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/asm.S

    r1f330de r543c31f  
    106106        # invalidate segment registers
    107107
    108 #       li r31, 16
    109 #       mtctr r31
    110 #       li r31, 0
    111 #       li r30, 0
    112        
     108        li r31, 16
     109        mtctr r31
     110        li r31, 0
     111        li r30, 0
     112
    113113        seg_fill:
    114114       
    115 #               mtsrin r30, r31
    116 #               addis r31, r31, 0x1000    # move to next SR
    117 #               
    118 #               bdnz seg_fill
     115                mtsrin r30, r31
     116                addis r31, r31, 0x1000    # move to next SR
     117               
     118                bdnz seg_fill
    119119       
    120120        # invalidate block address translation registers
Note: See TracChangeset for help on using the changeset viewer.