diff options
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/mm/hugetlbpage.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/mm/hugetlbpage.c b/arch/arm64/mm/hugetlbpage.c index 31eb959e9aa8..023747bf4dd7 100644 --- a/arch/arm64/mm/hugetlbpage.c +++ b/arch/arm64/mm/hugetlbpage.c | |||
@@ -58,11 +58,6 @@ int pud_huge(pud_t pud) | |||
58 | #endif | 58 | #endif |
59 | } | 59 | } |
60 | 60 | ||
61 | int pmd_huge_support(void) | ||
62 | { | ||
63 | return 1; | ||
64 | } | ||
65 | |||
66 | static __init int setup_hugepagesz(char *opt) | 61 | static __init int setup_hugepagesz(char *opt) |
67 | { | 62 | { |
68 | unsigned long ps = memparse(opt, &opt); | 63 | unsigned long ps = memparse(opt, &opt); |