 27f48d3e63
			
		
	
	
	27f48d3e63
	
	
	
		
			
			This is loader specific code which can load bzImage and set it up for 64bit entry. This does not take care of 32bit entry or real mode entry. 32bit mode entry can be implemented if somebody needs it. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Cc: Borislav Petkov <bp@suse.de> Cc: Michael Kerrisk <mtk.manpages@gmail.com> Cc: Yinghai Lu <yinghai@kernel.org> Cc: Eric Biederman <ebiederm@xmission.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Matthew Garrett <mjg59@srcf.ucam.org> Cc: Greg Kroah-Hartman <greg@kroah.com> Cc: Dave Young <dyoung@redhat.com> Cc: WANG Chao <chaowang@redhat.com> Cc: Baoquan He <bhe@redhat.com> Cc: Andy Lutomirski <luto@amacapital.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			150 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			150 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_KEXEC_BZIMAGE64_H
 | |
| #define _ASM_KEXEC_BZIMAGE64_H
 | |
| 
 | |
| extern struct kexec_file_ops kexec_bzImage64_ops;
 | |
| 
 | |
| #endif  /* _ASM_KEXE_BZIMAGE64_H */
 |