diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/recordmcount.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index 090d300d7394..bfb8b2cdd92a 100755 --- a/scripts/recordmcount.pl +++ b/scripts/recordmcount.pl | |||
@@ -119,6 +119,7 @@ my %text_sections = ( | |||
119 | ".sched.text" => 1, | 119 | ".sched.text" => 1, |
120 | ".spinlock.text" => 1, | 120 | ".spinlock.text" => 1, |
121 | ".irqentry.text" => 1, | 121 | ".irqentry.text" => 1, |
122 | ".text.unlikely" => 1, | ||
122 | ); | 123 | ); |
123 | 124 | ||
124 | $objdump = "objdump" if ((length $objdump) == 0); | 125 | $objdump = "objdump" if ((length $objdump) == 0); |