![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * linux/arch/arm/lib/io-acorn.S 0004 * 0005 * Copyright (C) 1995, 1996 Russell King 0006 * 0007 * 27/03/03 Ian Molton Clean up CONFIG_CPU 0008 */ 0009 #include <linux/linkage.h> 0010 #include <linux/kern_levels.h> 0011 #include <asm/assembler.h> 0012 0013 .text 0014 .align 0015 0016 .Liosl_warning: 0017 .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0" 0018 .align 0019 0020 /* 0021 * These make no sense on Acorn machines. 0022 * Print a warning message. 0023 */ 0024 ENTRY(insl) 0025 ENTRY(outsl) 0026 adr r0, .Liosl_warning 0027 mov r1, lr 0028 b _printk
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |