aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/page_64.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-01-30 13:32:42 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:32:42 +0100
commitba2b6c525eec459e1c6397f0f3eaeeafad153eab (patch)
treeca4aa8d23d46009a59b074a3cf1389543f9383a7 /include/asm-x86/page_64.h
parentx86: page.h: move and unify types for pagetable entry, #2 (diff)
downloadlinux-dev-ba2b6c525eec459e1c6397f0f3eaeeafad153eab.tar.xz
linux-dev-ba2b6c525eec459e1c6397f0f3eaeeafad153eab.zip
x86: page.h: move and unify types for pagetable entry, #3
based on: Subject: x86: page.h: move and unify types for pagetable entry From: Jeremy Fitzhardinge <jeremy@goop.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to '')
-rw-r--r--include/asm-x86/page_64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/page_64.h b/include/asm-x86/page_64.h
index f5e0543b8afa..f5e82c695d26 100644
--- a/include/asm-x86/page_64.h
+++ b/include/asm-x86/page_64.h
@@ -10,7 +10,6 @@ extern unsigned long end_pfn_map;
/*
* These are used to make use of C type-checking..
*/
-typedef struct { unsigned long pte; } pte_t;
typedef struct { unsigned long pmd; } pmd_t;
typedef struct { unsigned long pud; } pud_t;
typedef struct { unsigned long pgd; } pgd_t;