From e1080fb8ed5a7548acacbe9ae872e5dcaa3f7eba Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 11 Apr 2014 13:22:19 +0000 Subject: x86: remove linux 3.8 support Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40453 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/patches-3.8/150-pit-tick-rate.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 target/linux/x86/patches-3.8/150-pit-tick-rate.patch (limited to 'target/linux/x86/patches-3.8/150-pit-tick-rate.patch') diff --git a/target/linux/x86/patches-3.8/150-pit-tick-rate.patch b/target/linux/x86/patches-3.8/150-pit-tick-rate.patch deleted file mode 100644 index 673453c6ef..0000000000 --- a/target/linux/x86/patches-3.8/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 */ -- cgit v1.2.3