X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/34f6af4f61e0eec9c96113e07f140b609b4113c8..7e13988c1113d38bec17bd79b71757d78d977e76:/lunaix-os/arch/x86/includes/asm/pagetable.h diff --git a/lunaix-os/arch/x86/includes/asm/pagetable.h b/lunaix-os/arch/x86/includes/asm/pagetable.h index af06f3d..8e4a6c2 100644 --- a/lunaix-os/arch/x86/includes/asm/pagetable.h +++ b/lunaix-os/arch/x86/includes/asm/pagetable.h @@ -58,7 +58,6 @@ typedef struct __pte pte_t; #define KERNEL_RDONLY ( KERNEL_PAGE | _PTE_NX ) #define KERNEL_ROEXEC ( KERNEL_PAGE | _PTE_X ) #define KERNEL_PGTAB ( KERNEL_PAGE | _PTE_W ) -#define KERNEL_DEFAULT KERNEL_PGTAB #define USER_PAGE ( _PTE_P | _PTE_U ) #define USER_EXEC ( USER_PAGE | _PTE_X )