diff options
Diffstat (limited to 'comms/hf/files/patch-hfkernel_l1_refclock.c')
-rw-r--r-- | comms/hf/files/patch-hfkernel_l1_refclock.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/comms/hf/files/patch-hfkernel_l1_refclock.c b/comms/hf/files/patch-hfkernel_l1_refclock.c deleted file mode 100644 index f14b5b363438..000000000000 --- a/comms/hf/files/patch-hfkernel_l1_refclock.c +++ /dev/null @@ -1,12 +0,0 @@ ---- hfkernel/l1/refclock.c.orig 2007-12-23 22:40:50.000000000 -0500 -+++ hfkernel/l1/refclock.c 2007-12-23 22:41:42.000000000 -0500 -@@ -225,7 +225,9 @@ - "So I use gettimeofday() as timing source, which has lowest accuracy.\n" - "Let's hope you entered a good gettimeofday correction with -t %10.9f.\n", - tv_corr); -+#ifdef __i386__ - rdtsc_ok=0; -+#endif - } - } - return (lasttime = curtime); |