diff options
Diffstat (limited to 'target/linux/x86/patches-3.10/150-pit-tick-rate.patch')
-rw-r--r-- | target/linux/x86/patches-3.10/150-pit-tick-rate.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/patches-3.10/150-pit-tick-rate.patch b/target/linux/x86/patches-3.10/150-pit-tick-rate.patch index e53dfcc97b..7bf9bbdc42 100644 --- a/target/linux/x86/patches-3.10/150-pit-tick-rate.patch +++ b/target/linux/x86/patches-3.10/150-pit-tick-rate.patch @@ -1,7 +1,7 @@ --- a/include/linux/timex.h +++ b/include/linux/timex.h -@@ -143,6 +143,10 @@ extern void hardpps(const struct timespe - int read_current_timer(unsigned long *timer_val); +@@ -144,6 +144,10 @@ int read_current_timer(unsigned long *ti + void ntp_notify_cmos_timer(void); /* The clock frequency of the i8253/i8254 PIT */ +#ifdef CONFIG_X86_RDC321X |