Merge tag 'platform-drivers-x86-v4.2-1' of git://git.infradead.org/users/dvhart/linux...
[linux-2.6-block.git] / arch / arm / lib / io-acorn.S
CommitLineData
1da177e4
LT
1/*
2 * linux/arch/arm/lib/io-acorn.S
3 *
4 * Copyright (C) 1995, 1996 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * 27/03/03 Ian Molton Clean up CONFIG_CPU
11 *
12 */
13#include <linux/linkage.h>
0cc41e4a 14#include <linux/kern_levels.h>
1da177e4 15#include <asm/assembler.h>
1da177e4
LT
16
17 .text
18 .align
19
a9c4814d 20.Liosl_warning:
0cc41e4a 21 .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0"
1da177e4
LT
22 .align
23
24/*
25 * These make no sense on Acorn machines.
26 * Print a warning message.
27 */
28ENTRY(insl)
29ENTRY(outsl)
a9c4814d 30 adr r0, .Liosl_warning
1da177e4
LT
31 mov r1, lr
32 b printk