Skip to content

Commit eec4df2

Browse files
committed
Merge tag 's390-5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fix from Heiko Carstens: - fix s390 mcount regex typo in recordmcount.pl * tag 's390-5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: recordmcount.pl: fix typo in s390 mcount regex
2 parents e7c124b + 4eb1782 commit eec4df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/recordmcount.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219

220220
} elsif ($arch eq "s390" && $bits == 64) {
221221
if ($cc =~ /-DCC_USING_HOTPATCH/) {
222-
$mcount_regex = "^\\s*([0-9a-fA-F]+):\\s*c0 04 00 00 00 00\\s*(bcrl\\s*0,|jgnop\\s*)[0-9a-f]+ <([^\+]*)>\$";
222+
$mcount_regex = "^\\s*([0-9a-fA-F]+):\\s*c0 04 00 00 00 00\\s*(brcl\\s*0,|jgnop\\s*)[0-9a-f]+ <([^\+]*)>\$";
223223
$mcount_adjust = 0;
224224
}
225225
$alignment = 8;

0 commit comments

Comments
 (0)