blob: 69719bad674ddc8bce50dc3e4880b0ac7d138217 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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>
Joe Perches0cc41e42012-07-30 14:40:12 -070014#include <linux/kern_levels.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#include <asm/assembler.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
17 .text
18 .align
19
Nicolas Pitrea9c48142005-11-11 21:51:48 +000020.Liosl_warning:
Joe Perches0cc41e42012-07-30 14:40:12 -070021 .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0"
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 .align
23
24/*
25 * These make no sense on Acorn machines.
26 * Print a warning message.
27 */
28ENTRY(insl)
29ENTRY(outsl)
Nicolas Pitrea9c48142005-11-11 21:51:48 +000030 adr r0, .Liosl_warning
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 mov r1, lr
32 b printk