Skip to content

Commit

Permalink
scripts/checkstack.pl: remove blackfin support
Browse files Browse the repository at this point in the history
The Blackfin port has been removed from the kernel, also remove the
blackfin specific bits from the checkstack.pl script.

Signed-off-by: Tobias Klauser <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
tklauser authored and arndb committed Mar 26, 2018
1 parent 4aaacfc commit e53a05a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/checkstack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@
# pair for larger users. -- PFM.
#a00048e0: d4fc40f0 addi.l r15,-240,r15
$re = qr/.*addi\.l.*r15,-(([0-9]{2}|[3-9])[0-9]{2}),r15/o;
} elsif ($arch =~ /^blackfin$/) {
# 0: 00 e8 38 01 LINK 0x4e0;
$re = qr/.*[[:space:]]LINK[[:space:]]*(0x$x{1,8})/o;
} elsif ($arch eq 'sparc' || $arch eq 'sparc64') {
# f0019d10: 9d e3 bf 90 save %sp, -112, %sp
$re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
Expand Down

0 comments on commit e53a05a

Please sign in to comment.