diff options
Diffstat (limited to 'include/linux/compiler-gcc.h')
-rw-r--r-- | include/linux/compiler-gcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index b6bb9019d87f..0efef9cf014f 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h | |||
@@ -200,7 +200,7 @@ | |||
200 | #ifdef CONFIG_STACK_VALIDATION | 200 | #ifdef CONFIG_STACK_VALIDATION |
201 | #define annotate_unreachable() ({ \ | 201 | #define annotate_unreachable() ({ \ |
202 | asm("%c0:\t\n" \ | 202 | asm("%c0:\t\n" \ |
203 | ".pushsection __unreachable, \"a\"\t\n" \ | 203 | ".pushsection .discard.unreachable\t\n" \ |
204 | ".long %c0b - .\t\n" \ | 204 | ".long %c0b - .\t\n" \ |
205 | ".popsection\t\n" : : "i" (__LINE__)); \ | 205 | ".popsection\t\n" : : "i" (__LINE__)); \ |
206 | }) | 206 | }) |