]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: Fix piggyback with newer binutils.
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Dec 2012 19:24:25 +0000 (11:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Dec 2012 19:24:25 +0000 (11:24 -0800)
commit912541437659dc7166446fff04b1831b49fe3136
tree2d00893831f1e1ac674d3c8dc1211d915779e006
parent0d763789b114699cd51c14d5a325718b87a2a41a
sparc: Fix piggyback with newer binutils.

Newer versions of binutils mark '_end' as 'B' instead of 'A' for
whatever reason.

To be honest, the piggyback code doesn't actually care what kind
of symbol _start and _end are, it just wants to find them and
record the address.

So remove the type from the match strings.

Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/boot/piggyback.c