diff options
Diffstat (limited to 'scripts/recordmcount.c')
-rw-r--r-- | scripts/recordmcount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index 42396a74405d..a68f03133df9 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c | |||
@@ -363,6 +363,7 @@ is_mcounted_section_name(char const *const txtname) | |||
363 | strcmp(".sched.text", txtname) == 0 || | 363 | strcmp(".sched.text", txtname) == 0 || |
364 | strcmp(".spinlock.text", txtname) == 0 || | 364 | strcmp(".spinlock.text", txtname) == 0 || |
365 | strcmp(".irqentry.text", txtname) == 0 || | 365 | strcmp(".irqentry.text", txtname) == 0 || |
366 | strcmp(".softirqentry.text", txtname) == 0 || | ||
366 | strcmp(".kprobes.text", txtname) == 0 || | 367 | strcmp(".kprobes.text", txtname) == 0 || |
367 | strcmp(".text.unlikely", txtname) == 0; | 368 | strcmp(".text.unlikely", txtname) == 0; |
368 | } | 369 | } |