summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-02 01:47:59 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-02 01:47:59 +0000
commit0b90587a256971215fff6f6f0f98d1652235d44a (patch)
treeb11773b00b92b513d3f3076f30bee3b5a4728e73 /arch
parentcf4329cff7ca1640ea563db9cc519be47f2efb39 (diff)
More bits merged back.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/lib/io.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/mips/lib/io.c b/arch/mips/lib/io.c
deleted file mode 100644
index c3c3f68d7..000000000
--- a/arch/mips/lib/io.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * include/asm-mips/string.h
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (c) 1994, 1995, 1996 by Ralf Baechle
- *
- * For now io.c contains only the definition of isa_slot_offset. The
- * real io.S doesn't assemble due to a GAS bug.
- */
-
-/*
- * port_base is the begin of the address space to which x86 style
- * I/O ports are mapped.
- */
-unsigned long port_base;
-
-/*
- * isa_slot_offset is the address where E(ISA) busaddress 0 is is mapped
- * for the processor.
- */
-unsigned long isa_slot_offset;