commit | 32e51a8c976fc72c3e9bcece9767d9908816bf8e | [log] [tgz] |
---|---|---|
author | Adam Litke <agl@us.ibm.com> | Sat Sep 03 15:54:59 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:05:46 2005 -0700 |
tree | 480c62a4839b6c9553689da76f49fc208c6ac7f5 | |
parent | fd195c49fb17a21e232f50bddb2267150053cf34 [diff] |
[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 <agl@us.ibm.com> Cc: <linux-mm@kvack.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>