Subversion Repositories HelenOS-historic

Rev

Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 169 Rev 177
Line 31... Line 31...
31
 
31
 
32
#include <arch/mm/tlb.h>
32
#include <arch/mm/tlb.h>
33
#include <mm/page.h>
33
#include <mm/page.h>
34
#include <arch/mm/frame.h>
34
#include <arch/mm/frame.h>
35
#include <arch/types.h>
35
#include <arch/types.h>
36
#include <arch.h>
-
 
37
 
36
 
38
#define PAGE_SIZE   FRAME_SIZE
37
#define PAGE_SIZE   FRAME_SIZE
39
 
38
 
40
#define KA2PA(x)    (((__address) (x)) - 0x80000000)
39
#define KA2PA(x)    (((__address) (x)) - 0x80000000)
41
#define PA2KA(x)    (((__address) (x)) + 0x80000000)
40
#define PA2KA(x)    (((__address) (x)) + 0x80000000)