summaryrefslogtreecommitdiffstats
path: root/arch/arm/probes
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2018-04-16 13:21:54 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2018-05-19 11:35:56 +0100
commit6cea14f55474ec71f1098228e0ae5dd2a8f22c0a (patch)
tree019ca00ca099ce5c9fbda6d3a7b21511aed75c3b /arch/arm/probes
parent1c37963b1a1600b9686c4a99857ddcb6028be884 (diff)
downloadop-kernel-dev-6cea14f55474ec71f1098228e0ae5dd2a8f22c0a.zip
op-kernel-dev-6cea14f55474ec71f1098228e0ae5dd2a8f22c0a.tar.gz
ARM: replace unnecessary perl with sed and the shell $(( )) operator
You can build a kernel in a cross compiling environment that doesn't have perl in the $PATH. Commit 429f7a062e3b broke that for 32 bit ARM. Fix it. As reported by Stephen Rothwell, it appears that the symbols can be either part of the BSS section or absolute symbols depending on the binutils version. When they're an absolute symbol, the $(( )) operator errors out and the build fails. Fix this as well. Fixes: 429f7a062e3b ("ARM: decompressor: fix BSS size calculation") Reported-by: Rob Landley <rob@landley.net> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Rob Landley <rob@landley.net> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/probes')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud