~maresja1/helenos/qemu_porting

« back to all changes in this revision

Viewing changes to kernel/arch/mips64/include/mm/page.h

  • Committer: Martin Decky
  • Date: 2011-08-09 18:08:23 UTC
  • Revision ID: martin@decky.cz-20110809180823-yf3gc26yqs7p30sq
do not provide general access to kernel headers from uspace, only allow specific headers to be accessed or shared
externalize headers which serve as kernel/uspace API/ABI into a special tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        #define PA2KA(addr)  ((addr) + 0xffffffff80000000)
50
50
#endif
51
51
 
52
 
#ifdef KERNEL
53
52
#ifndef __ASM__
54
53
 
55
54
extern void page_arch_init(void);
56
55
 
57
56
#endif /* __ASM__ */
58
 
#endif /* KERNEL */
59
57
 
60
58
#endif
61
59