]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - scripts/recordmcount.pl
ext3: Update kernel-doc comments
[net-next-2.6.git] / scripts / recordmcount.pl
index 2c56539e5da203d9b9b825af178c02f0beae5e2d..e67f054860877d676fc4359ef2f670b5d7531479 100755 (executable)
@@ -328,7 +328,7 @@ if ($arch eq "x86_64") {
     #                    14: R_MIPS_NONE *ABS*
     #   18:   00020021        nop
     if ($is_module eq "0") {
-           $mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s_mcount\$";
+           $mcount_regex = "^\\s*([0-9a-fA-F]+): R_MIPS_26\\s+_mcount\$";
     } else {
            $mcount_regex = "^\\s*([0-9a-fA-F]+): R_MIPS_HI16\\s+_mcount\$";
     }