diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-29 15:59:49 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-29 15:59:49 +0000 |
commit | be6aa90ec28c86f8cd6a24eae19ced36ec110cee (patch) | |
tree | 98b70611d9dff42fe3b7f1eaa0839bb4ddb9938b /target/linux/rdc/patches-3.3/150-pit-tick-rate.patch | |
parent | 8e06d437aaf261dfee5d1e954dd61d72de9d013e (diff) |
rdc: add 3.3 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-3.3/150-pit-tick-rate.patch')
-rw-r--r-- | target/linux/rdc/patches-3.3/150-pit-tick-rate.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/rdc/patches-3.3/150-pit-tick-rate.patch b/target/linux/rdc/patches-3.3/150-pit-tick-rate.patch new file mode 100644 index 0000000000..5af3cef2fa --- /dev/null +++ b/target/linux/rdc/patches-3.3/150-pit-tick-rate.patch @@ -0,0 +1,14 @@ +--- a/include/linux/timex.h ++++ b/include/linux/timex.h +@@ -274,7 +274,11 @@ 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 /* KERNEL */ + |