Changeset 7e85bfbe in rtems for c/src/lib/libbsp/powerpc/shared/bootloader/mm.c
- Timestamp:
- Aug 24, 2011, 9:48:56 AM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 01750d5
- Parents:
- 1d367a49
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/shared/bootloader/mm.c
r1d367a49 r7e85bfbe 96 96 SPR_RW(SDR1); 97 97 SPR_RO(DSISR); 98 SPR_RO( DAR);98 SPR_RO(PPC_DAR); 99 99 100 100 /* We need a few statically allocated free maps to bootstrap the … … 141 141 cause = p->msr; 142 142 } else { /* Valid for DSI and alignment exceptions */ 143 vaddr = _read_ DAR();143 vaddr = _read_PPC_DAR(); 144 144 cause = _read_DSISR(); 145 145 }
Note: See TracChangeset
for help on using the changeset viewer.