All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [PATCH 2.6.38] ipipe: x86_64: Fix build regression of 747fa81bca
@ 2012-03-13 19:05 Jan Kiszka
  2012-03-13 19:58 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2012-03-13 19:05 UTC (permalink / raw)
  To: Philippe Gerum, adeos-main

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 */
 
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-13 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.