86ed40bd6f
While doing this use standard names for start/end so we could use definitions straight from asm-generic for all the typical symbols. This also allowed us to drop the use of PROVIDE in the linker script so sprc is less non-standard on this area. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
177 B
C
10 lines
177 B
C
#ifndef __SPARC_SECTIONS_H
|
|
#define __SPARC_SECTIONS_H
|
|
|
|
/* nothing to see, move along */
|
|
#include <asm-generic/sections.h>
|
|
|
|
/* sparc entry point */
|
|
extern char _start[];
|
|
|
|
#endif
|