Skip to content

Commit 20ee6d7

Browse files
author
Fox Snowpatch
committed
1 parent 85ff933 commit 20ee6d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/powerpc/mm/book3s64/hash_tlb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <trace/events/thp.h>
3131

3232
DEFINE_PER_CPU(struct ppc64_tlb_batch, ppc64_tlb_batch);
33+
EXPORT_SYMBOL_IF_KUNIT(ppc64_tlb_batch); /* For lazy_mmu_mode KUnit tests */
3334

3435
/*
3536
* A linux PTE was changed and the corresponding hash table entry
@@ -154,6 +155,7 @@ void __flush_tlb_pending(struct ppc64_tlb_batch *batch)
154155
flush_hash_range(i, local);
155156
batch->index = 0;
156157
}
158+
EXPORT_SYMBOL_IF_KUNIT(__flush_tlb_pending); /* For lazy_mmu_mode KUnit tests */
157159

158160
void hash__tlb_flush(struct mmu_gather *tlb)
159161
{

0 commit comments

Comments
 (0)