X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=mm%2Fmmu_gather.c;h=3a2c3f8cad2fe8f097fe9352967c7b163d893ebe;hb=refs%2Fheads%2Fsandbox%2Flstelmach%2Fvirgl;hp=add4244e5790df28140b8ea7e41125be37b59fbb;hpb=06ccc8ec701e4d685c9572e4251cd9735c6e9b49;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/mm/mmu_gather.c b/mm/mmu_gather.c index add4244..3a2c3f8 100644 --- a/mm/mmu_gather.c +++ b/mm/mmu_gather.c @@ -153,7 +153,7 @@ static void tlb_remove_table_smp_sync(void *arg) /* Simply deliver the interrupt */ } -static void tlb_remove_table_sync_one(void) +void tlb_remove_table_sync_one(void) { /* * This isn't an RCU grace period and hence the page-tables cannot be @@ -177,8 +177,6 @@ static void tlb_remove_table_free(struct mmu_table_batch *batch) #else /* !CONFIG_MMU_GATHER_RCU_TABLE_FREE */ -static void tlb_remove_table_sync_one(void) { } - static void tlb_remove_table_free(struct mmu_table_batch *batch) { __tlb_remove_table_free(batch);