From: Adam Litke Date: Sat, 3 Sep 2005 22:54:59 +0000 (-0700) Subject: [PATCH] hugetlb: add pte_huge() macro X-Git-Tag: v2.6.14-rc1~959 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e51a8c976fc72c3e9bcece9767d9908816bf8e;p=pandora-kernel.git [PATCH] hugetlb: add pte_huge() macro This patch adds a macro pte_huge(pte) for i386/x86_64 which is needed by a patch later in the series. Instead of repeating (_PAGE_PRESENT | _PAGE_PSE), I've added __LARGE_PTE to i386 to match x86_64. Signed-off-by: Adam Litke Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed