diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-01-12 19:17:49 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-01-12 19:17:49 +0000 |
commit | a248495ae9d1b041a05f9e22579fe4f113c9eaa2 (patch) | |
tree | e17e94d07edefeac5452940ab7e52ea0d43f33fd /target/linux/x86/patches-3.7/150-pit-tick-rate.patch | |
parent | 01a2ff6925142432fb251f4a542975fe6c11d76b (diff) | |
download | upstream-a248495ae9d1b041a05f9e22579fe4f113c9eaa2.tar.gz upstream-a248495ae9d1b041a05f9e22579fe4f113c9eaa2.tar.bz2 upstream-a248495ae9d1b041a05f9e22579fe4f113c9eaa2.zip |
x86: remove unused code for kernel 3.7
There are no generic patches for kernel 3.7 any more, remove this stuff.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39262
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 | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 673453c6ef..0000000000 --- a/target/linux/x86/patches-3.7/150-pit-tick-rate.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/include/linux/timex.h -+++ b/include/linux/timex.h -@@ -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 */ -+#ifdef CONFIG_X86_RDC321X -+#define PIT_TICK_RATE 1041816ul -+#else - #define PIT_TICK_RATE 1193182ul -+#endif - - #endif /* LINUX_TIMEX_H */ |