diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 15:13:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 15:13:31 +0000 |
commit | 8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64 (patch) | |
tree | 3df2b47f3587083c82f47e68c586d41cc2c663ba /target/linux/x86/patches-3.7/150-pit-tick-rate.patch | |
parent | b2caa5db248f8a212de2c0adc9835d2949db75ff (diff) | |
download | upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.gz upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.bz2 upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.zip |
kernel: update linux 3.7 to 3.7.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34760
Diffstat (limited to 'target/linux/x86/patches-3.7/150-pit-tick-rate.patch')
-rw-r--r-- | target/linux/x86/patches-3.7/150-pit-tick-rate.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/x86/patches-3.7/150-pit-tick-rate.patch b/target/linux/x86/patches-3.7/150-pit-tick-rate.patch index 5af3cef2fa..673453c6ef 100644 --- a/target/linux/x86/patches-3.7/150-pit-tick-rate.patch +++ b/target/linux/x86/patches-3.7/150-pit-tick-rate.patch @@ -1,6 +1,6 @@ --- a/include/linux/timex.h +++ b/include/linux/timex.h -@@ -274,7 +274,11 @@ extern void hardpps(const struct timespe +@@ -150,6 +150,10 @@ extern void hardpps(const struct timespe int read_current_timer(unsigned long *timer_val); /* The clock frequency of the i8253/i8254 PIT */ @@ -10,5 +10,4 @@ #define PIT_TICK_RATE 1193182ul +#endif - #endif /* KERNEL */ - + #endif /* LINUX_TIMEX_H */ |