diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-17 12:50:54 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-17 12:50:54 +0000 |
commit | 23578461a92aca344eb5d34d59352da3163281a8 (patch) | |
tree | 7884a0e5485ce8383b2b63163b38e40ea60ffb3c /target/linux/lantiq/patches-3.2/0066-MIPS-lantiq-irqs-were-not-cleared-properly-on-boot.patch | |
parent | d52ae4d7d3a8335fb68ebaf53ad52e8586e8e29b (diff) | |
download | upstream-23578461a92aca344eb5d34d59352da3163281a8.tar.gz upstream-23578461a92aca344eb5d34d59352da3163281a8.tar.bz2 upstream-23578461a92aca344eb5d34d59352da3163281a8.zip |
kernel: update linux 3.2 to 3.2.15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31335 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.2/0066-MIPS-lantiq-irqs-were-not-cleared-properly-on-boot.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.2/0066-MIPS-lantiq-irqs-were-not-cleared-properly-on-boot.patch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/lantiq/patches-3.2/0066-MIPS-lantiq-irqs-were-not-cleared-properly-on-boot.patch b/target/linux/lantiq/patches-3.2/0066-MIPS-lantiq-irqs-were-not-cleared-properly-on-boot.patch index 60f35a46dd..6d07758fc1 100644 --- a/target/linux/lantiq/patches-3.2/0066-MIPS-lantiq-irqs-were-not-cleared-properly-on-boot.patch +++ b/target/linux/lantiq/patches-3.2/0066-MIPS-lantiq-irqs-were-not-cleared-properly-on-boot.patch @@ -7,8 +7,6 @@ Subject: [PATCH 66/73] MIPS: lantiq: irqs were not cleared properly on boot arch/mips/lantiq/irq.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) -diff --git a/arch/mips/lantiq/irq.c b/arch/mips/lantiq/irq.c -index 770a10c..d4e70b4 100644 --- a/arch/mips/lantiq/irq.c +++ b/arch/mips/lantiq/irq.c @@ -327,12 +327,12 @@ void __init arch_init_irq(void) @@ -29,6 +27,3 @@ index 770a10c..d4e70b4 100644 mips_cpu_irq_init(); --- -1.7.9.1 - |