Skip to content

Commit fa61efe

Browse files
committed
fix
1 parent 1459c29 commit fa61efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ovo/mmuhack.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ static inline void my_set_pte_at(struct mm_struct *mm,
206206
__check_racy_pte_update(mm, ptep, pte);
207207
set_pte(ptep, pte);
208208
#endif
209-
210-
#endif
211209
}
210+
#endif
211+
212212

213213
int protect_rodata_memory(unsigned nr) {
214214
pte_t pte;

0 commit comments

Comments
 (0)