Changeset c04bdb4 in mainline
- Timestamp:
- 2006-06-17T17:24:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2988616b
- Parents:
- a141d8d
- Location:
- arch/ppc32/loader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/asm.S
ra141d8d rc04bdb4 235 235 mtspr dbat3l, r30 236 236 237 # create empty page hash table FIXME 238 239 DEBUG_pht 240 241 lis r31, 0x07ff 242 ori r31, r31, 0x0000 243 244 mtsdr1 r31 245 237 246 # create identity mapping 238 247 -
arch/ppc32/loader/debug.inc
ra141d8d rc04bdb4 8298 8298 #endif 8299 8299 .endm 8300 8301 .macro DEBUG_pht 8302 #ifdef CONFIG_DEBUG 8303 #endif 8304 .endm
Note:
See TracChangeset
for help on using the changeset viewer.