diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-06-12 22:33:48 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-06-12 22:33:48 +0000 |
commit | d1c097e3d033d1f8545d8a9b5ae82a224434a475 (patch) | |
tree | 3af6b947e2feaedcc7416dd5f5df01d485cc099e /target/linux/ar7/patches-2.6.25/100-board_support.patch | |
parent | e8a8d5811d8e3716a0f66769242ab564c4d00d14 (diff) | |
download | upstream-d1c097e3d033d1f8545d8a9b5ae82a224434a475.tar.gz upstream-d1c097e3d033d1f8545d8a9b5ae82a224434a475.tar.bz2 upstream-d1c097e3d033d1f8545d8a9b5ae82a224434a475.zip |
ar7: refresh patches
SVN-Revision: 11452
Diffstat (limited to 'target/linux/ar7/patches-2.6.25/100-board_support.patch')
-rw-r--r-- | target/linux/ar7/patches-2.6.25/100-board_support.patch | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/target/linux/ar7/patches-2.6.25/100-board_support.patch b/target/linux/ar7/patches-2.6.25/100-board_support.patch index 9b86db6a34..658a80e511 100644 --- a/target/linux/ar7/patches-2.6.25/100-board_support.patch +++ b/target/linux/ar7/patches-2.6.25/100-board_support.patch @@ -1,8 +1,6 @@ -Index: linux-2.6.25.4/arch/mips/Kconfig -=================================================================== ---- linux-2.6.25.4.orig/arch/mips/Kconfig -+++ linux-2.6.25.4/arch/mips/Kconfig -@@ -18,6 +18,24 @@ choice +--- a/arch/mips/Kconfig ++++ b/arch/mips/Kconfig +@@ -18,6 +18,24 @@ prompt "System type" default SGI_IP22 @@ -27,11 +25,9 @@ Index: linux-2.6.25.4/arch/mips/Kconfig config MACH_ALCHEMY bool "Alchemy processor based machines" -Index: linux-2.6.25.4/arch/mips/kernel/traps.c -=================================================================== ---- linux-2.6.25.4.orig/arch/mips/kernel/traps.c -+++ linux-2.6.25.4/arch/mips/kernel/traps.c -@@ -1112,9 +1112,22 @@ void *set_except_vector(int n, void *add +--- a/arch/mips/kernel/traps.c ++++ b/arch/mips/kernel/traps.c +@@ -1112,9 +1112,22 @@ exception_handlers[n] = handler; if (n == 0 && cpu_has_divec) { @@ -57,11 +53,9 @@ Index: linux-2.6.25.4/arch/mips/kernel/traps.c } return (void *)old_handler; } -Index: linux-2.6.25.4/arch/mips/Makefile -=================================================================== ---- linux-2.6.25.4.orig/arch/mips/Makefile -+++ linux-2.6.25.4/arch/mips/Makefile -@@ -167,6 +167,13 @@ libs-$(CONFIG_SIBYTE_CFE) += arch/mips/s +--- a/arch/mips/Makefile ++++ b/arch/mips/Makefile +@@ -167,6 +167,13 @@ # # @@ -75,11 +69,9 @@ Index: linux-2.6.25.4/arch/mips/Makefile # Acer PICA 61, Mips Magnum 4000 and Olivetti M700. # core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/ -Index: linux-2.6.25.4/include/asm-mips/page.h -=================================================================== ---- linux-2.6.25.4.orig/include/asm-mips/page.h -+++ linux-2.6.25.4/include/asm-mips/page.h -@@ -182,8 +182,10 @@ typedef struct { unsigned long pgprot; } +--- a/include/asm-mips/page.h ++++ b/include/asm-mips/page.h +@@ -182,8 +182,10 @@ #define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \ VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC) |