diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-28 19:04:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-28 19:04:19 +0000 |
commit | 02c002536065ef3b72d4c7d9b9bfe4458a20fe88 (patch) | |
tree | 71b076148083e8c30b2f1f475c4db6a986bbae09 /target/linux/ar7/patches-2.6.27/100-board_support.patch | |
parent | 59e7b3f29e11c6f200dd18d4c0f28e7586dcbddc (diff) | |
download | upstream-02c002536065ef3b72d4c7d9b9bfe4458a20fe88.tar.gz upstream-02c002536065ef3b72d4c7d9b9bfe4458a20fe88.tar.bz2 upstream-02c002536065ef3b72d4c7d9b9bfe4458a20fe88.zip |
[ar7] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16156 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/patches-2.6.27/100-board_support.patch')
-rw-r--r-- | target/linux/ar7/patches-2.6.27/100-board_support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar7/patches-2.6.27/100-board_support.patch b/target/linux/ar7/patches-2.6.27/100-board_support.patch index 2708f75657..58bd909fbc 100644 --- a/target/linux/ar7/patches-2.6.27/100-board_support.patch +++ b/target/linux/ar7/patches-2.6.27/100-board_support.patch @@ -1,6 +1,6 @@ --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -18,6 +18,24 @@ choice +@@ -19,6 +19,24 @@ choice prompt "System type" default SGI_IP22 @@ -27,7 +27,7 @@ --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c -@@ -1188,9 +1188,22 @@ void *set_except_vector(int n, void *add +@@ -1203,9 +1203,22 @@ void *set_except_vector(int n, void *add exception_handlers[n] = handler; if (n == 0 && cpu_has_divec) { |