From: Jeremy Fitzhardinge Date: Wed, 30 Jan 2008 12:32:57 +0000 (+0100) Subject: x86: page.h: make pte_t a union to always include X-Git-Tag: v2.6.25-rc1~1143^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e5393ab38564d2f45b560a2f95bc8f9ff6f823;p=pandora-kernel.git x86: page.h: make pte_t a union to always include Make sure pte_t, whatever its definition, has a pte element with type pteval_t. This allows common code to access it without needing to be specifically parameterised on what pagetable mode we're compiling for. For 32-bit, this means that pte_t becomes a union with "pte" and "{ pte_low, pte_high }" (PAE) or just "pte_low" (non-PAE). Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed