Changes in kernel/arch/ppc32/include/mm/frame.h [7a0359b:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/frame.h
r7a0359b rd99c1d2 43 43 44 44 #include <typedefs.h> 45 #include <trace.h>46 45 47 46 extern uintptr_t last_frame; 48 49 NO_TRACE static inline uint32_t physmem_top(void)50 {51 uint32_t physmem;52 53 asm volatile (54 "mfsprg3 %[physmem]\n"55 : [physmem] "=r" (physmem)56 );57 58 return physmem;59 }60 47 61 48 extern void frame_arch_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.