]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/mm/hugetlbpage.c
Merge current mainline tree into linux-omap tree
[linux-2.6-omap-h63xx.git] / arch / ia64 / mm / hugetlbpage.c
index a9ff685aea25acfbd6547d62d3845fb8016c96a6..d3ce8f3bcaa694070c8ccefb2ef4f03fac2fe6d0 100644 (file)
@@ -194,6 +194,6 @@ static int __init hugetlb_setup_sz(char *str)
         * override here with new page shift.
         */
        ia64_set_rr(HPAGE_REGION_BASE, hpage_shift << 2);
-       return 1;
+       return 0;
 }
-__setup("hugepagesz=", hugetlb_setup_sz);
+early_param("hugepagesz", hugetlb_setup_sz);