]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - scripts/recordmcount.pl
recordmcount.pl: fix typo in s390 mcount regex
[mirror_ubuntu-jammy-kernel.git] / scripts / recordmcount.pl
index 52a000b057a575995f5a0dab27d70c1e1e0d463f..3ccb2c70add4d50292203c003bb71eb4a1cdf020 100755 (executable)
@@ -219,7 +219,7 @@ if ($arch eq "x86_64") {
 
 } elsif ($arch eq "s390" && $bits == 64) {
     if ($cc =~ /-DCC_USING_HOTPATCH/) {
-       $mcount_regex = "^\\s*([0-9a-fA-F]+):\\s*c0 04 00 00 00 00\\s*(bcrl\\s*0,|jgnop\\s*)[0-9a-f]+ <([^\+]*)>\$";
+       $mcount_regex = "^\\s*([0-9a-fA-F]+):\\s*c0 04 00 00 00 00\\s*(brcl\\s*0,|jgnop\\s*)[0-9a-f]+ <([^\+]*)>\$";
        $mcount_adjust = 0;
     }
     $alignment = 8;