X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mm%2Fgup.c;h=1b521e0ac1de736ae1397721a43ea9c79a612655;hb=f2850dd5ee015bd7b77043f731632888887689c7;hp=e13f4d21147532a460c7ab5284b49309fb8dd662;hpb=cf3c8f84d1401fed5010784034d104cc689061d5;p=linux.git diff --git a/mm/gup.c b/mm/gup.c index e13f4d211475..1b521e0ac1de 100644 --- a/mm/gup.c +++ b/mm/gup.c @@ -1792,7 +1792,7 @@ EXPORT_SYMBOL(get_user_pages_unlocked); * Before activating this code, please be aware that the following assumptions * are currently made: * - * *) Either HAVE_RCU_TABLE_FREE is enabled, and tlb_remove_table() is used to + * *) Either MMU_GATHER_RCU_TABLE_FREE is enabled, and tlb_remove_table() is used to * free pages containing page tables or TLB flushing requires IPI broadcast. * * *) ptes can be read atomically by the architecture.