File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
#ifdef CONFIG_ARCH_HAS_SET_MEMORY
9
9
#include <asm/set_memory.h>
10
10
#else
11
- static inline int set_memory_ro (unsigned long addr , int numpages ) { return 0 ; }
12
- static inline int set_memory_rw (unsigned long addr , int numpages ) { return 0 ; }
13
- static inline int set_memory_x (unsigned long addr , int numpages ) { return 0 ; }
14
- static inline int set_memory_nx (unsigned long addr , int numpages ) { return 0 ; }
11
+ static inline int __must_check set_memory_ro (unsigned long addr , int numpages ) { return 0 ; }
12
+ static inline int __must_check set_memory_rw (unsigned long addr , int numpages ) { return 0 ; }
13
+ static inline int __must_check set_memory_x (unsigned long addr , int numpages ) { return 0 ; }
14
+ static inline int __must_check set_memory_nx (unsigned long addr , int numpages ) { return 0 ; }
15
15
#endif
16
16
17
17
#ifndef set_memory_rox
You can’t perform that action at this time.
0 commit comments