diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-02 01:47:59 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-02 01:47:59 +0000 |
commit | 0b90587a256971215fff6f6f0f98d1652235d44a (patch) | |
tree | b11773b00b92b513d3f3076f30bee3b5a4728e73 | |
parent | cf4329cff7ca1640ea563db9cc519be47f2efb39 (diff) |
More bits merged back.
-rw-r--r-- | arch/mips/lib/io.c | 24 | ||||
-rw-r--r-- | fs/efs/.cvsignore | 1 |
2 files changed, 1 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; diff --git a/fs/efs/.cvsignore b/fs/efs/.cvsignore new file mode 100644 index 000000000..4671378ae --- /dev/null +++ b/fs/efs/.cvsignore @@ -0,0 +1 @@ +.depend |