Skip to content

Commit

Permalink
From patchwork series 420255
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox Snowpatch committed Aug 21, 2024
1 parent ddf9a4c commit 8668581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/mm/book3s64/hash_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int mmu_ci_restrictions;
#endif
static u8 *linear_map_hash_slots;
static unsigned long linear_map_hash_count;
struct mmu_hash_ops mmu_hash_ops;
struct mmu_hash_ops mmu_hash_ops __ro_after_init;
EXPORT_SYMBOL(mmu_hash_ops);

/*
Expand Down

0 comments on commit 8668581

Please sign in to comment.