Subversion Repositories HelenOS-historic

Rev

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

Rev 967 Rev 977
Line 75... Line 75...
75
#define SET_PTL2_FLAGS_ARCH(ptl1, i, x)
75
#define SET_PTL2_FLAGS_ARCH(ptl1, i, x)
76
#define SET_PTL3_FLAGS_ARCH(ptl2, i, x)
76
#define SET_PTL3_FLAGS_ARCH(ptl2, i, x)
77
#define SET_FRAME_FLAGS_ARCH(ptl3, i, x)
77
#define SET_FRAME_FLAGS_ARCH(ptl3, i, x)
78
 
78
 
79
#define PTE_VALID_ARCH(p)       1
79
#define PTE_VALID_ARCH(p)       1
-
 
80
#define PTE_PRESENT_ARCH(p)     1
-
 
81
#define PTE_GET_FRAME_ARCH(p)       0
80
 
82
 
81
#ifndef __ASM__
83
#ifndef __ASM__
82
 
84
 
83
#include <mm/page.h>
85
#include <mm/page.h>
84
#include <arch/mm/frame.h>
86
#include <arch/mm/frame.h>