Subversion Repositories HelenOS-historic

Rev

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

Rev 188 Rev 194
Line 37... Line 37...
37
#define PTL_USER          (1<<2)
37
#define PTL_USER          (1<<2)
38
#define PTL_WRITABLE      (1<<1)
38
#define PTL_WRITABLE      (1<<1)
39
#define PTL_PRESENT       1
39
#define PTL_PRESENT       1
40
#define PTL_2MB_PAGE      (1<<7)
40
#define PTL_2MB_PAGE      (1<<7)
41
 
41
 
42
#define KA2PA(x)    (((__address) (x)) + 0x80000000)
-
 
43
#define PA2KA(x)    (((__address) (x)) - 0x80000000)
-
 
44
 
-
 
45
 
42
 
46
#endif
43
#endif