diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-04-27 14:43:41 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-04-27 14:43:41 +0000 |
commit | cf4bd804f34d0bdec0cee5e6fdc1232d1f65c66f (patch) | |
tree | 98f91533a33b930e87dd0981bd2b701e0b6ff3e6 /target/linux/x86/patches-2.6.32 | |
parent | 9c40666ff720f4d43f62291e0c378dc7d1265027 (diff) | |
download | upstream-cf4bd804f34d0bdec0cee5e6fdc1232d1f65c66f.tar.gz upstream-cf4bd804f34d0bdec0cee5e6fdc1232d1f65c66f.tar.bz2 upstream-cf4bd804f34d0bdec0cee5e6fdc1232d1f65c66f.zip |
x86: prepare for kernels 2.6.33 & 2.6.34
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21196 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/patches-2.6.32')
-rw-r--r-- | target/linux/x86/patches-2.6.32/100-geode_mfgpt_irq.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/x86/patches-2.6.32/100-geode_mfgpt_irq.patch b/target/linux/x86/patches-2.6.32/100-geode_mfgpt_irq.patch new file mode 100644 index 0000000000..62cf4aabc1 --- /dev/null +++ b/target/linux/x86/patches-2.6.32/100-geode_mfgpt_irq.patch @@ -0,0 +1,11 @@ +--- a/arch/x86/kernel/mfgpt_32.c 2010-03-15 09:52:04.000000000 -0600 ++++ b/arch/x86/kernel/mfgpt_32.c 2010-04-08 17:31:56.000000000 -0600 +@@ -33,7 +33,7 @@ + #include <linux/module.h> + #include <asm/geode.h> + +-#define MFGPT_DEFAULT_IRQ 7 ++#define MFGPT_DEFAULT_IRQ 6 + + static struct mfgpt_timer_t { + unsigned int avail:1; |