X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mm%2Fgup.c;h=1b521e0ac1de736ae1397721a43ea9c79a612655;hb=fdfa3a6778b194974df77b384cc71eb2e503639a;hp=e13f4d21147532a460c7ab5284b49309fb8dd662;hpb=eadc4e40e68832fc61ae5e3ef2ef5cfcd9308b2c;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.