/trunk/kernel/arch/ia32xen/include/mm/frame.h |
---|
46,7 → 46,7 |
#define MA2PA(x) ((mp_map[((uintptr_t) (x)) >> 12] << 12) + (((uintptr_t) (x)) & 0xfff)) |
extern void frame_arch_init(void); |
#define physmem_print() |
extern void physmem_print(void); |
#endif /* __ASM__ */ |
#endif /* KERNEL */ |