]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/recordmcount.pl
lis3: reorder functions to make forward decl obsolete
[karo-tx-linux.git] / scripts / recordmcount.pl
index 0b1dc9f9bb0682a65d9158f8fb44012ea05464b1..fe831412bea9ce4890060f5bb59986ac2a10ad47 100755 (executable)
@@ -114,6 +114,7 @@ my %text_sections = (
      ".text" => 1,
      ".sched.text" => 1,
      ".spinlock.text" => 1,
+     ".irqentry.text" => 1,
 );
 
 $objdump = "objdump" if ((length $objdump) == 0);