Changeset 7f1c620 in mainline for arch/ppc32/src/mm/frame.c
- Timestamp:
- 2006-07-04T17:17:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffa3ef5
- Parents:
- 991779c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/mm/frame.c
r991779c5 r7f1c620 40 40 #include <macros.h> 41 41 42 __addresslast_frame = 0;42 uintptr_t last_frame = 0; 43 43 44 44 void frame_arch_init(void) … … 68 68 69 69 /* Mark the Page Hash Table frames as unavailable */ 70 __u32sdr1;70 uint32_t sdr1; 71 71 asm volatile ( 72 72 "mfsdr1 %0\n"
Note:
See TracChangeset
for help on using the changeset viewer.