Skip to content

Commit 8668581

Browse files
author
Fox Snowpatch
committed
1 parent ddf9a4c commit 8668581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/mm/book3s64/hash_utils.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ int mmu_ci_restrictions;
125125
#endif
126126
static u8 *linear_map_hash_slots;
127127
static unsigned long linear_map_hash_count;
128-
struct mmu_hash_ops mmu_hash_ops;
128+
struct mmu_hash_ops mmu_hash_ops __ro_after_init;
129129
EXPORT_SYMBOL(mmu_hash_ops);
130130

131131
/*

0 commit comments

Comments
 (0)