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 aeb34223167c..16e086dcc567 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c | |||
@@ -412,6 +412,7 @@ static int | |||
412 | is_mcounted_section_name(char const *const txtname) | 412 | is_mcounted_section_name(char const *const txtname) |
413 | { | 413 | { |
414 | return strcmp(".text", txtname) == 0 || | 414 | return strcmp(".text", txtname) == 0 || |
415 | strcmp(".init.text", txtname) == 0 || | ||
415 | strcmp(".ref.text", txtname) == 0 || | 416 | strcmp(".ref.text", txtname) == 0 || |
416 | strcmp(".sched.text", txtname) == 0 || | 417 | strcmp(".sched.text", txtname) == 0 || |
417 | strcmp(".spinlock.text", txtname) == 0 || | 418 | strcmp(".spinlock.text", txtname) == 0 || |