mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 03:13:59 +00:00 
			
		
		
		
	 fbe9c96129
			
		
	
	
		fbe9c96129
		
	
	
	
	
		
			
			Add the basic infrastructure to allow runtime patching of kernel and modules to optimize a few functions with parameters, which are only calculated once during bootup and are otherwise constant. Use this for the conversion between virtual and physical addresses. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			91 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			91 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| SECTIONS {
 | |
| 	.m68k_fixup : {
 | |
| 		__start_fixup = .;
 | |
| 		*(.m68k_fixup)
 | |
| 		__stop_fixup = .;
 | |
| 	}
 | |
| }
 |