]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[IA64] fix ia64 is_hugepage_only_range
authorKen Chen <kenneth.w.chen@intel.com>
Sun, 28 Oct 2007 20:40:41 +0000 (21:40 +0100)
committerAdrian Bunk <bunk@kernel.org>
Sun, 28 Oct 2007 20:40:41 +0000 (21:40 +0100)
commit42ea9d4b9da1bb26d519f91c9464fd093c7a56a2
treefae7fc3bf2682c571c0f00a2376a5bb806f08a8a
parentbd5dd01bad40e1702c3933e2f9a46be89834715b
[IA64] fix ia64 is_hugepage_only_range

fix is_hugepage_only_range() definition to be "overlaps"
instead of "within architectural restricted hugetlb address
range".  Simplify the ia64 specific code that used to use
is_hugepage_only_range() to just check which region the
address is in.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/ia64/mm/hugetlbpage.c
include/asm-ia64/page.h