]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - scripts/checkstack.pl
mmc: core: complete HS400 before checking status
[thirdparty/kernel/linux.git] / scripts / checkstack.pl
index 122aef5e4e14933f829cacb4442f9e8e293c3e27..371bd17a49830c1dbf6083b038aa532fd1c5ca17 100755 (executable)
@@ -46,7 +46,7 @@ my (@stack, $re, $dre, $x, $xs, $funcre);
        $x      = "[0-9a-f]";   # hex character
        $xs     = "[0-9a-f ]";  # hex character or space
        $funcre = qr/^$x* <(.*)>:$/;
-       if ($arch eq 'aarch64') {
+       if ($arch =~ '^(aarch|arm)64$') {
                #ffffffc0006325cc:       a9bb7bfd        stp     x29, x30, [sp, #-80]!
                #a110:       d11643ff        sub     sp, sp, #0x590
                $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o;