Changeset c782434 in mainline for arch/ppc32/src/mm/page.c
- Timestamp:
- 2006-06-06T13:33:54Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e269c53
- Parents:
- 8333801
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/mm/page.c
r8333801 rc782434 31 31 #include <arch/mm/frame.h> 32 32 #include <arch/asm.h> 33 #include <arch/interrupt.h> 33 34 #include <mm/frame.h> 34 35 #include <mm/page.h> … … 188 189 * 189 190 */ 190 void pht_refill( bool data, istate_t *istate)191 void pht_refill(int n, istate_t *istate) 191 192 { 192 193 __address badvaddr; … … 204 205 } 205 206 206 if ( data) {207 if (n == VECTOR_DATA_STORAGE) { 207 208 asm volatile ( 208 209 "mfdar %0\n"
Note:
See TracChangeset
for help on using the changeset viewer.