lkml.org 
[lkml]   [2001]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[x86-64 patch 11/11] WaveFront timing fix for x86-64
Hi!

This patch adds necessary timing support for x86-64 into the wavefront
driver.

This is the last patch of the series.

Thanks for your attention.

Vojtech

diff -urN linux-x86_64/drivers/sound/wavfront.c linux/drivers/sound/wavfront.c
--- linux-x86_64/drivers/sound/wavfront.c Thu Sep 13 15:17:33 2001
+++ linux/drivers/sound/wavfront.c Tue Sep 11 09:49:17 2001
@@ -101,6 +101,10 @@
#if defined(__i386__)
#define LOOPS_PER_TICK current_cpu_data.loops_per_jiffy
#endif
+
+#if defined(__x86_64__)
+#define LOOPS_PER_TICK loops_per_jiffy
+#endif

#define _MIDI_SYNTH_C_
#define MIDI_SYNTH_NAME "WaveFront MIDI"
--
Vojtech Pavlik
SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:03    [W:0.781 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site