mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 14:30:50 +00:00 
			
		
		
		
	 aae7e8da80
			
		
	
	
		aae7e8da80
		
	
	
	
	
		
			
			Hook up the compressed debug output for all Alchemy systems supported by current kernel codebase. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> To: Linux-MIPS <linux-mips@linux-mips.org> Cc: Wu Zhangjin <wuzhangjin@gmail.com> Patchwork: http://patchwork.linux-mips.org/patch/879/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <asm/mach-au1x00/au1000.h>
 | |
| 
 | |
| void putc(char c)
 | |
| {
 | |
| 	/* all current (Jan. 2010) in-kernel boards */
 | |
| 	alchemy_uart_putchar(UART0_PHYS_ADDR, c);
 | |
| }
 |