From: Jack Lange Date: Tue, 25 May 2010 21:35:40 +0000 (-0500) Subject: removed obsolete page table flags X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=e34c8533c691e3ff1fddc4f60dcf3e331cc963a4;p=palacios-OLD.git removed obsolete page table flags --- diff --git a/palacios/include/palacios/vmm_paging.h b/palacios/include/palacios/vmm_paging.h index d1f93f2..3eb6774 100644 --- a/palacios/include/palacios/vmm_paging.h +++ b/palacios/include/palacios/vmm_paging.h @@ -186,13 +186,6 @@ typedef enum {PAGE_4KB, PAGE_2MB, PAGE_4MB, PAGE_1GB, - -/* Page Table Flag Values */ -#define PT32_HOOK 0x1 -#define V3_LARGE_PG 0x2 - - - /* We'll use the general form for now.... typedef enum {PDE32_ENTRY_NOT_PRESENT, PDE32_ENTRY_PTE32, PDE32_ENTRY_LARGE_PAGE} pde32_entry_type_t; typedef enum {PTE32_ENTRY_NOT_PRESENT, PTE32_ENTRY_PAGE} pte32_entry_type_t;