diff options
Diffstat (limited to 'arch/tile/include/asm/sections.h')
-rw-r--r-- | arch/tile/include/asm/sections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/include/asm/sections.h b/arch/tile/include/asm/sections.h index d062d463fca9..7d8a935a9238 100644 --- a/arch/tile/include/asm/sections.h +++ b/arch/tile/include/asm/sections.h | |||
@@ -34,7 +34,7 @@ extern char __sys_cmpxchg_grab_lock[]; | |||
34 | extern char __start_atomic_asm_code[], __end_atomic_asm_code[]; | 34 | extern char __start_atomic_asm_code[], __end_atomic_asm_code[]; |
35 | #endif | 35 | #endif |
36 | 36 | ||
37 | /* Handle the discontiguity between _sdata and _stext. */ | 37 | /* Handle the discontiguity between _sdata and _text. */ |
38 | static inline int arch_is_kernel_data(unsigned long addr) | 38 | static inline int arch_is_kernel_data(unsigned long addr) |
39 | { | 39 | { |
40 | return addr >= (unsigned long)_sdata && | 40 | return addr >= (unsigned long)_sdata && |