Changeset e89ec63 for patches/linux-2.6.19-mips_fixes-1.patch
- Timestamp:
- Nov 29, 2006, 8:12:03 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c08883a
- Parents:
- c5d783f
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/linux-2.6.19-mips_fixes-1.patch
rc5d783f re89ec63 1 1 Submitted By: Jim Gifford (patches at jg555 dot com) 2 Date: 2006-1 0-223 Initial Package Version: 2.6.1 8.12 Date: 2006-11-29 3 Initial Package Version: 2.6.19 4 4 Origin: Linux-MIPS Mailing List 5 5 Upstream Status: Not Applied 6 6 Description: These are patches that have not been accepted by 7 7 Linux-MIPS. 8 8 9 10 11 9 1 - iomap for MIPS - iomap.c io.h 10 2 - Cobalt ide fixes 11 3 - Updates to Support N32 only builds 12 12 13 diff -Naur linux-2.6.1 8.1.orig/arch/mips/kernel/Makefile linux-2.6.18.1/arch/mips/kernel/Makefile14 --- linux-2.6.1 8.1.orig/arch/mips/kernel/Makefile 2006-10-13 20:34:03.000000000 -070015 +++ linux-2.6.1 8.1/arch/mips/kernel/Makefile 2006-10-22 08:53:36.651478827 -070016 @@ -5 6,7 +56,7 @@13 diff -Naur linux-2.6.19.orig/arch/mips/kernel/Makefile linux-2.6.19/arch/mips/kernel/Makefile 14 --- linux-2.6.19.orig/arch/mips/kernel/Makefile 2006-11-29 13:57:37.000000000 -0800 15 +++ linux-2.6.19/arch/mips/kernel/Makefile 2006-11-29 20:06:07.000000000 -0800 16 @@ -57,7 +57,7 @@ 17 17 obj-$(CONFIG_64BIT) += scall64-64.o 18 18 obj-$(CONFIG_BINFMT_IRIX) += binfmt_irix.o … … 23 23 24 24 obj-$(CONFIG_KGDB) += gdb-low.o gdb-stub.o 25 diff -Naur linux-2.6.1 8.1.orig/arch/mips/lib/Makefile linux-2.6.18.1/arch/mips/lib/Makefile26 --- linux-2.6.1 8.1.orig/arch/mips/lib/Makefile 2006-10-22 08:44:32.090563000 -070027 +++ linux-2.6.1 8.1/arch/mips/lib/Makefile 2006-10-22 08:53:05.908554370 -070025 diff -Naur linux-2.6.19.orig/arch/mips/lib/Makefile linux-2.6.19/arch/mips/lib/Makefile 26 --- linux-2.6.19.orig/arch/mips/lib/Makefile 2006-11-29 20:05:48.000000000 -0800 27 +++ linux-2.6.19/arch/mips/lib/Makefile 2006-11-29 20:06:07.000000000 -0800 28 28 @@ -5,6 +5,8 @@ 29 29 lib-y += csum_partial_copy.o memcpy.o promlib.o strlen_user.o strncpy_user.o \ … … 35 35 lib-y += ashldi3.o ashrdi3.o lshrdi3.o 36 36 37 diff -Naur linux-2.6.1 8.1.orig/arch/mips/lib/iomap.c linux-2.6.18.1/arch/mips/lib/iomap.c38 --- linux-2.6.1 8.1.orig/arch/mips/lib/iomap.c 1969-12-31 16:00:00.000000000 -080039 +++ linux-2.6.1 8.1/arch/mips/lib/iomap.c 2006-10-22 08:53:05.908554370 -070037 diff -Naur linux-2.6.19.orig/arch/mips/lib/iomap.c linux-2.6.19/arch/mips/lib/iomap.c 38 --- linux-2.6.19.orig/arch/mips/lib/iomap.c 1969-12-31 16:00:00.000000000 -0800 39 +++ linux-2.6.19/arch/mips/lib/iomap.c 2006-11-29 20:06:07.000000000 -0800 40 40 @@ -0,0 +1,78 @@ 41 41 +/* … … 117 117 +EXPORT_SYMBOL(pci_iomap); 118 118 +EXPORT_SYMBOL(pci_iounmap); 119 diff -Naur linux-2.6.1 8.1.orig/include/asm-mips/io.h linux-2.6.18.1/include/asm-mips/io.h120 --- linux-2.6.1 8.1.orig/include/asm-mips/io.h 2006-10-22 08:44:40.566266000 -0700121 +++ linux-2.6.1 8.1/include/asm-mips/io.h 2006-10-22 08:53:05.908554370 -0700119 diff -Naur linux-2.6.19.orig/include/asm-mips/io.h linux-2.6.19/include/asm-mips/io.h 120 --- linux-2.6.19.orig/include/asm-mips/io.h 2006-11-29 20:05:48.000000000 -0800 121 +++ linux-2.6.19/include/asm-mips/io.h 2006-11-29 20:06:07.000000000 -0800 122 122 @@ -518,6 +518,34 @@ 123 123 } … … 155 155 * to explicitly ioremap() it. The fact that the ISA IO space is mapped 156 156 * to PAGE_OFFSET is pure coincidence - it does not mean ISA values 157 diff -Naur linux-2.6.1 8.1.orig/include/asm-mips/mach-cobalt/ide.h linux-2.6.18.1/include/asm-mips/mach-cobalt/ide.h158 --- linux-2.6.1 8.1.orig/include/asm-mips/mach-cobalt/ide.h 1969-12-31 16:00:00.000000000 -0800159 +++ linux-2.6.1 8.1/include/asm-mips/mach-cobalt/ide.h 2006-10-22 08:53:05.908554370 -0700157 diff -Naur linux-2.6.19.orig/include/asm-mips/mach-cobalt/ide.h linux-2.6.19/include/asm-mips/mach-cobalt/ide.h 158 --- linux-2.6.19.orig/include/asm-mips/mach-cobalt/ide.h 1969-12-31 16:00:00.000000000 -0800 159 +++ linux-2.6.19/include/asm-mips/mach-cobalt/ide.h 2006-11-29 20:06:07.000000000 -0800 160 160 @@ -0,0 +1,83 @@ 161 161 +
Note:
See TracChangeset
for help on using the changeset viewer.