Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/mm/frame.h

    r7a0359b rd99c1d2  
    4343
    4444#include <typedefs.h>
    45 #include <trace.h>
    4645
    4746extern 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 }
    6047
    6148extern void frame_arch_init(void);
Note: See TracChangeset for help on using the changeset viewer.