diff options
Diffstat (limited to 'include/linux/compiler.h')
-rw-r--r-- | include/linux/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h index 4030a2940d6b..17ee9165ca51 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h | |||
@@ -146,7 +146,7 @@ void ftrace_likely_update(struct ftrace_likely_data *f, int val, | |||
146 | extern typeof(sym) sym; \ | 146 | extern typeof(sym) sym; \ |
147 | static const unsigned long __kentry_##sym \ | 147 | static const unsigned long __kentry_##sym \ |
148 | __used \ | 148 | __used \ |
149 | __attribute__((__section__("___kentry" "+" #sym ), used)) \ | 149 | __attribute__((__section__("___kentry" "+" #sym ))) \ |
150 | = (unsigned long)&sym; | 150 | = (unsigned long)&sym; |
151 | #endif | 151 | #endif |
152 | 152 | ||