From: Pavel Machek <pavel@suse.cz>
To: Vojtech Pavlik <vojtech@suse.cz>
Cc: kernel list <linux-kernel@vger.kernel.org>
Subject: Re: [x86-64 patch 11/11] WaveFront timing fix for x86-64
Date: Fri, 14 Sep 2001 23:00:28 +0200 [thread overview]
Message-ID: <20010914230028.A228@bug.ucw.cz> (raw)
In-Reply-To: <20010913184541.A2651@suse.cz>
In-Reply-To: <20010913184541.A2651@suse.cz>; from Vojtech Pavlik on Thu, Sep 13, 2001 at 06:45:41PM +0200
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.
Why not current_cpu_data.loops_per_jiffy?
Pavel
> 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"
>
--
I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
prev parent reply other threads:[~2001-09-15 21:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-13 16:45 [x86-64 patch 11/11] WaveFront timing fix for x86-64 Vojtech Pavlik
2001-09-14 21:00 ` Pavel Machek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010914230028.A228@bug.ucw.cz \
--to=pavel@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=vojtech@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox