Slight change to VMM defines
authorJohn Hodge <[email protected]>
Thu, 25 Nov 2010 14:24:00 +0000 (22:24 +0800)
committerJohn Hodge <[email protected]>
Thu, 25 Nov 2010 14:24:00 +0000 (22:24 +0800)
Kernel/arch/x86/mm_virt.c

index 2b2f02c..2a23d3f 100644 (file)
@@ -56,7 +56,7 @@
 #define        PF_WRITE        0x2
 #define        PF_USER         0x4
 #define        PF_COW          0x200
-#define        PF_PAGED        0x400
+#define        PF_NOPAGE       0x400
 
 #define INVLPG(addr)   __asm__ __volatile__ ("invlpg (%0)"::"r"(addr))
 

UCC git Repository :: git.ucc.asn.au