Merge branch 'topic/oxygen' into for-linus
[firefly-linux-kernel-4.4.55.git] / scripts / recordmcount.pl
index 0197e2f6b54440d564b59d15738722ab1c014ef7..fe831412bea9ce4890060f5bb59986ac2a10ad47 100755 (executable)
@@ -112,6 +112,9 @@ my ($arch, $bits, $objdump, $objcopy, $cc,
 # Acceptable sections to record.
 my %text_sections = (
      ".text" => 1,
+     ".sched.text" => 1,
+     ".spinlock.text" => 1,
+     ".irqentry.text" => 1,
 );
 
 $objdump = "objdump" if ((length $objdump) == 0);