diff options
Diffstat (limited to 'arch/x86/include/asm/cacheflush.h')
-rw-r--r-- | arch/x86/include/asm/cacheflush.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cacheflush.h b/arch/x86/include/asm/cacheflush.h index b54f6afe7ec4..eebb2cd2b9bf 100644 --- a/arch/x86/include/asm/cacheflush.h +++ b/arch/x86/include/asm/cacheflush.h | |||
@@ -176,6 +176,7 @@ void clflush_cache_range(void *addr, unsigned int size); | |||
176 | #ifdef CONFIG_DEBUG_RODATA | 176 | #ifdef CONFIG_DEBUG_RODATA |
177 | void mark_rodata_ro(void); | 177 | void mark_rodata_ro(void); |
178 | extern const int rodata_test_data; | 178 | extern const int rodata_test_data; |
179 | extern int kernel_set_to_readonly; | ||
179 | void set_kernel_text_rw(void); | 180 | void set_kernel_text_rw(void); |
180 | void set_kernel_text_ro(void); | 181 | void set_kernel_text_ro(void); |
181 | #else | 182 | #else |