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