Changeset 543c31f in mainline
- Timestamp:
- 2006-03-17T10:38:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f941347
- Parents:
- 1f330de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/asm.S
r1f330de r543c31f 106 106 # invalidate segment registers 107 107 108 #li r31, 16109 #mtctr r31110 #li r31, 0111 #li r30, 0112 108 li r31, 16 109 mtctr r31 110 li r31, 0 111 li r30, 0 112 113 113 seg_fill: 114 114 115 #mtsrin r30, r31116 #addis r31, r31, 0x1000 # move to next SR117 #118 #bdnz seg_fill115 mtsrin r30, r31 116 addis r31, r31, 0x1000 # move to next SR 117 118 bdnz seg_fill 119 119 120 120 # invalidate block address translation registers
Note:
See TracChangeset
for help on using the changeset viewer.