From f969d69ba9f952e5bdd38278e25e26a3e4a61a70 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 29 Jan 2000 01:41:54 +0000 Subject: Merge with 2.3.27. --- include/asm-i386/pgtable-3level.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/asm-i386/pgtable-3level.h') diff --git a/include/asm-i386/pgtable-3level.h b/include/asm-i386/pgtable-3level.h index 99d718115..d9e813def 100644 --- a/include/asm-i386/pgtable-3level.h +++ b/include/asm-i386/pgtable-3level.h @@ -121,11 +121,4 @@ extern inline pmd_t * pmd_alloc(pgd_t *pgd, unsigned long address) return (pmd_t *)pgd_page(*pgd) + address; } -/* - * Subtle. offset can overflow 32 bits and that's a feature - we can do - * up to 16 TB swap on PAE. (Not that anyone should need that much - * swapspace, but who knows?) - */ -#define SWP_ENTRY(type,offset) __pte((((type) << 1) | ((offset) << 8ULL))) - #endif /* _I386_PGTABLE_3LEVEL_H */ -- cgit v1.2.3