X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fgup.c;h=1b521e0ac1de736ae1397721a43ea9c79a612655;hb=a46387712da12b61bf1ce1a3f63b60a17b098960;hp=e13f4d21147532a460c7ab5284b49309fb8dd662;hpb=e17ac02b18c61f0d5f85c6ec9e49f3ff00b2b3cd;p=linux-2.6-microblaze.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.