Changeset da1bafb in mainline for kernel/arch/ppc32/include/mm/frame.h
- Timestamp:
- 2010-05-24T18:57:31Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0095368
- Parents:
- 666f492
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/frame.h
r666f492 rda1bafb 46 46 extern uintptr_t last_frame; 47 47 48 static inline uint32_t physmem_top(void) 49 { 50 uint32_t physmem; 51 52 asm volatile ( 53 "mfsprg3 %[physmem]\n" 54 : [physmem] "=r" (physmem) 55 ); 56 57 return physmem; 58 } 59 48 60 extern void frame_arch_init(void); 49 61 extern void physmem_print(void);
Note:
See TracChangeset
for help on using the changeset viewer.