projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aaacfc
)
scripts/checkstack.pl: remove blackfin support
author
Tobias Klauser
<tklauser@distanz.ch>
Wed, 14 Mar 2018 16:51:25 +0000
(17:51 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Mon, 26 Mar 2018 13:56:15 +0000
(15:56 +0200)
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 <tklauser@distanz.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
scripts/checkstack.pl
patch
|
blob
|
history
diff --git
a/scripts/checkstack.pl
b/scripts/checkstack.pl
index eeb9ac8dbcfb4fb706969c21d97fff4e6af7fc8b..cbdf0dfd4c22a8b2a41ebfe58f3a826ca090fc4d 100755
(executable)
--- a/
scripts/checkstack.pl
+++ b/
scripts/checkstack.pl
@@
-98,9
+98,6
@@
my (@stack, $re, $dre, $x, $xs, $funcre);
# 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;