Changes in kernel/arch/ppc32/include/mm/frame.h [7a0359b:da1bafb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/frame.h
r7a0359b rda1bafb 43 43 44 44 #include <typedefs.h> 45 #include <trace.h>46 45 47 46 extern uintptr_t last_frame; 48 47 49 NO_TRACEstatic inline uint32_t physmem_top(void)48 static inline uint32_t physmem_top(void) 50 49 { 51 50 uint32_t physmem;
Note:
See TracChangeset
for help on using the changeset viewer.