diff options
Diffstat (limited to 'include/linux/frame.h')
-rw-r--r-- | include/linux/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/frame.h b/include/linux/frame.h index e6baaba3f1ae..d772c61c31da 100644 --- a/include/linux/frame.h +++ b/include/linux/frame.h | |||
@@ -11,7 +11,7 @@ | |||
11 | * For more information, see tools/objtool/Documentation/stack-validation.txt. | 11 | * For more information, see tools/objtool/Documentation/stack-validation.txt. |
12 | */ | 12 | */ |
13 | #define STACK_FRAME_NON_STANDARD(func) \ | 13 | #define STACK_FRAME_NON_STANDARD(func) \ |
14 | static void __used __section(__func_stack_frame_non_standard) \ | 14 | static void __used __section(.discard.func_stack_frame_non_standard) \ |
15 | *__func_stack_frame_non_standard_##func = func | 15 | *__func_stack_frame_non_standard_##func = func |
16 | 16 | ||
17 | #else /* !CONFIG_STACK_VALIDATION */ | 17 | #else /* !CONFIG_STACK_VALIDATION */ |