From ba2b6c525eec459e1c6397f0f3eaeeafad153eab Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 30 Jan 2008 13:32:42 +0100 Subject: 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- include/asm-x86/page_64.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/asm-x86/page_64.h') diff --git a/include/asm-x86/page_64.h b/include/asm-x86/page_64.h index f5e0543b8af..f5e82c695d2 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; -- cgit v1.2.3-70-g09d2