forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/mm/gup.c
....@@ -1645,7 +1645,7 @@
16451645 */
16461646 if (is_migrate_cma_page(head)) {
16471647 if (PageHuge(head)) {
1648
- if (!isolate_huge_page(head, &cma_page_list))
1648
+ if (isolate_hugetlb(head, &cma_page_list))
16491649 isolation_error_count++;
16501650 } else {
16511651 if (!PageLRU(head) && drain_allow) {