Update ia64 patch to 2.5.69-030521, throwing away the parts included
[linux-flexiantxendom0-3.2.10.git] / arch / ia64 / mm / hugetlbpage.c
index c7f12f6..20426c5 100644 (file)
@@ -116,7 +116,7 @@ int is_aligned_hugepage_range(unsigned long addr, unsigned long len)
 /* This function checks if the address and address+len falls out of HugeTLB region.  It
  * return -EINVAL if any part of address range falls in HugeTLB region.
  */
-int  is_invalid_hugepage_range(unsigned long addr, unsigned long len)
+int  check_valid_hugepage_range(unsigned long addr, unsigned long len)
 {
        if (REGION_NUMBER(addr) == REGION_HPAGE)
                return -EINVAL;