Changes in kernel/arch/ppc32/include/mm/frame.h [da1bafb:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/frame.h
rda1bafb rd99c1d2 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 60 48 extern void frame_arch_init(void); 61 49 extern void physmem_print(void);
Note:
See TracChangeset
for help on using the changeset viewer.