summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_64.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2009-02-05 11:30:58 -0800
committerJeremy Fitzhardinge <jeremy@goop.org>2009-02-06 12:31:49 -0800
commit3d081b1812bd4de2bbef58c6d598ddf45493010e (patch)
tree698e5da0c1329ab1dd77ce8f8447e581e54fcba6 /arch/x86/include/asm/pgtable_64.h
parent7cfb81024bc1dbe8ad2bf5affd58a6a7ad4172ba (diff)
downloadop-kernel-dev-3d081b1812bd4de2bbef58c6d598ddf45493010e.zip
op-kernel-dev-3d081b1812bd4de2bbef58c6d598ddf45493010e.tar.gz
x86: unify pud_offset
Impact: cleanup Unify and demacro pud_offset. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
-rw-r--r--arch/x86/include/asm/pgtable_64.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h
index c17c30f..958dc1e 100644
--- a/arch/x86/include/asm/pgtable_64.h
+++ b/arch/x86/include/asm/pgtable_64.h
@@ -183,8 +183,6 @@ static inline int pgd_large(pgd_t pgd) { return 0; }
#define mk_kernel_pgd(address) __pgd((address) | _KERNPG_TABLE)
/* PUD - Level3 access */
-#define pud_offset(pgd, address) \
- ((pud_t *)pgd_page_vaddr(*(pgd)) + pud_index((address)))
static inline int pud_large(pud_t pte)
{
OpenPOWER on IntegriCloud