sparc: use _start for the start entry (like 64 bit does)
authorSam Ravnborg <sam@ravnborg.org>
Tue, 4 Jan 2011 11:39:12 +0000 (11:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jan 2011 03:25:04 +0000 (19:25 -0800)
commitb2a39b0d8ec2ce2bdcff4e01572b4e885220254d
tree94ff9af8e41ecd030237043fef8acdf2d690d0c6
parente405ae76af19cd2c85335b842f880a2bc98ba785
sparc: use _start for the start entry (like 64 bit does)

We use "_start" in 64 bit - do the same in 32 bit.
It is always good to be consistent.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/boot/piggyback_32.c
arch/sparc/kernel/head_32.S
arch/sparc/mm/sun4c.c