/*1* linux/arch/arm/lib/io-acorn.S2*3* Copyright (C) 1995, 1996 Russell King4*5* This program is free software; you can redistribute it and/or modify6* it under the terms of the GNU General Public License version 2 as7* published by the Free Software Foundation.8*9* 27/03/03 Ian Molton Clean up CONFIG_CPU10*11*/12#include <linux/linkage.h>13#include <asm/assembler.h>1415.text16.align1718.Liosl_warning:19.ascii "<4>insl/outsl not implemented, called from %08lX\0"20.align2122/*23* These make no sense on Acorn machines.24* Print a warning message.25*/26ENTRY(insl)27ENTRY(outsl)28adr r0, .Liosl_warning29mov r1, lr30b printk313233