 b1c4ba4ab6
			
		
	
	
		b1c4ba4ab6
		
	
	
	
	
		
			
			Due to the ABI we are using we have to use the earm architecture moniker for the build system to behave correctly. This involves then some headers to move around. There is also a few related Makefile updates as well as minor source code corrections.
		
			
				
	
	
		
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __GLO_ARM_H__
 | |
| #define __GLO_ARM_H__
 | |
| 
 | |
| #include "kernel/kernel.h"
 | |
| #include "arch_proto.h"
 | |
| 
 | |
| EXTERN struct tss_s tss[CONFIG_MAX_CPUS];
 | |
| 
 | |
| #endif /* __GLO_ARM_H__ */
 |