kernel-hacking-2024-linux-s.../arch/sparc
Sam Ravnborg 1075c4ef70 sparc: fix tftpboot.img for sparc64 on little-endian host
piggyback_32 adapted to support sparc64:
- locating "HdrS" differs for sparc and sparc64
- sparc64 updates a_text, a_data + a_bss in the final a.out header

Updated Makefile to use piggyback_32 for sparc64.
Deleted the now unused piggyback_64.c

piggyback_32.c is host endian neutral and works on both
little-endian and big-endian hosts.
This fixes a long standing bug where sparc64 could not
generate tftpboot.img on a x86 host.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-01-04 19:25:06 -08:00
..
boot sparc: fix tftpboot.img for sparc64 on little-endian host 2011-01-04 19:25:06 -08:00
configs defconfig reduction 2010-08-14 22:26:53 +02:00
include/asm SPARC/LEON: added support for IRQAMP IRQ Controller 2011-01-04 11:16:36 -08:00
kernel sparc: use _start for the start entry (like 64 bit does) 2011-01-04 19:25:04 -08:00
lib sparc64: Make lock backoff really a NOP on UP builds. 2010-08-18 22:53:26 -07:00
math-emu
mm sparc: use _start for the start entry (like 64 bit does) 2011-01-04 19:25:04 -08:00
oprofile
prom sparc: fix sparse warnings in arch/sparc/prom for 32 bit build 2011-01-03 12:15:12 -08:00
Kconfig Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 2010-10-29 08:03:48 -07:00
Kconfig.debug sparc: Kill user copy check code. 2010-08-09 00:45:46 -07:00
Makefile