mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 18:36:37 +00:00 
			
		
		
		
	 d7cd56111f
			
		
	
	
		d7cd56111f
		
	
	
	
	
		
			
			Both lhype and Xen want to call the core of the x86 cpu detect code before calling start_kernel. (extracted from larger patch) AK: folded in start_kernel header patch Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andi Kleen <ak@suse.de> Cc: Jeremy Fitzhardinge <jeremy@goop.org> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			295 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			295 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _LINUX_START_KERNEL_H
 | |
| #define _LINUX_START_KERNEL_H
 | |
| 
 | |
| #include <linux/linkage.h>
 | |
| #include <linux/init.h>
 | |
| 
 | |
| /* Define the prototype for start_kernel here, rather than cluttering
 | |
|    up something else. */
 | |
| 
 | |
| extern asmlinkage void __init start_kernel(void);
 | |
| 
 | |
| #endif /* _LINUX_START_KERNEL_H */
 |