X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sparc%2Fpgtsun4c.h;h=f53b6dbc5fe3db34cd779b3b8413e53dd8a91b41;hb=65da6b7c3bf0bd6a149128079565e5f4efec28ac;hp=f989d506259c0acb002084b8037e9ee004ea62c3;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-sparc/pgtsun4c.h b/include/asm-sparc/pgtsun4c.h index f989d5062..f53b6dbc5 100644 --- a/include/asm-sparc/pgtsun4c.h +++ b/include/asm-sparc/pgtsun4c.h @@ -10,9 +10,6 @@ /* PMD_SHIFT determines the size of the area a second-level page table can map */ #define SUN4C_PMD_SHIFT 22 -#define SUN4C_PMD_SIZE (1UL << SUN4C_PMD_SHIFT) -#define SUN4C_PMD_MASK (~(SUN4C_PMD_SIZE-1)) -#define SUN4C_PMD_ALIGN(addr) (((addr)+SUN4C_PMD_SIZE-1)&SUN4C_PMD_MASK) /* PGDIR_SHIFT determines what a third-level page table entry can map */ #define SUN4C_PGDIR_SHIFT 22