| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /* | 
					
						
							|  |  |  |  *  linux/arch/arm/lib/io-acorn.S | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *  Copyright (C) 1995, 1996 Russell King | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify
 | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License version 2 as | 
					
						
							|  |  |  |  * published by the Free Software Foundation. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 27/03/03 Ian Molton Clean up CONFIG_CPU | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #include <linux/linkage.h> | 
					
						
							| 
									
										
										
										
											2012-07-30 14:40:12 -07:00
										 |  |  | #include <linux/kern_levels.h> | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #include <asm/assembler.h> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		.text | 
					
						
							|  |  |  | 		.align | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-11-11 21:51:48 +00:00
										 |  |  | .Liosl_warning: | 
					
						
							| 
									
										
										
										
											2012-07-30 14:40:12 -07:00
										 |  |  | 		.ascii	KERN_WARNING "insl/outsl not implemented, called from %08lX\0" | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		.align | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  |  * These make no sense on Acorn machines. | 
					
						
							|  |  |  |  * Print a warning message. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | ENTRY(insl) | 
					
						
							|  |  |  | ENTRY(outsl) | 
					
						
							| 
									
										
										
										
											2005-11-11 21:51:48 +00:00
										 |  |  | 		adr	r0, .Liosl_warning | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		mov	r1, lr | 
					
						
							|  |  |  | 		b	printk |