All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: adeos-main <adeos-main@gna.org>
Subject: Re: [Adeos-main] [PATCH 2.6.38] ipipe: x86_64: Fix build regression of 747fa81bca
Date: Tue, 13 Mar 2012 20:58:13 +0100	[thread overview]
Message-ID: <4F5FA6D5.4050400@domain.hid> (raw)
In-Reply-To: <4F5F9A8A.4050308@domain.hid>

On 03/13/2012 08:05 PM, Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka<jan.kiszka@domain.hid>
> ---
>   arch/x86/include/asm/ipipe_64.h |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/include/asm/ipipe_64.h b/arch/x86/include/asm/ipipe_64.h
> index c99830b..0fb92b4 100644
> --- a/arch/x86/include/asm/ipipe_64.h
> +++ b/arch/x86/include/asm/ipipe_64.h
> @@ -45,8 +45,8 @@ extern int __ipipe_hrtimer_irq;
>   #define __ipipe_hrtimer_freq	__ipipe_cpu_freq
>   #define __ipipe_hrclock_freq	__ipipe_cpu_freq
>
> -#define ipipe_tsc2ns(t)	(((t) * 1000UL) / (__ipipe_clock_freq / 1000000UL))
> -#define ipipe_tsc2us(t)	((t) / (__ipipe_clock_freq / 1000000UL))
> +#define ipipe_tsc2ns(t)	(((t) * 1000UL) / (__ipipe_cpu_freq / 1000000UL))
> +#define ipipe_tsc2us(t)	((t) / (__ipipe_cpu_freq / 1000000UL))
>
>   /* Private interface -- Internal use only */
>

Merged, thanks.

-- 
Philippe.


      reply	other threads:[~2012-03-13 19:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-13 19:05 [Adeos-main] [PATCH 2.6.38] ipipe: x86_64: Fix build regression of 747fa81bca Jan Kiszka
2012-03-13 19:58 ` Philippe Gerum [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=4F5FA6D5.4050400@domain.hid \
    --to=rpm@xenomai.org \
    --cc=adeos-main@gna.org \
    --cc=jan.kiszka@domain.hid \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.