Merge branch 'topic/asoc' into for-linus
[pandora-kernel.git] / scripts / recordmcount.pl
index 0197e2f..fe83141 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);