mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 18:36:37 +00:00 
			
		
		
		
	 86ed40bd6f
			
		
	
	
		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>
		
			
				
	
	
		
			11 lines
		
	
	
		
			177 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 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
 |