All of lore.kernel.org
 help / color / mirror / Atom feed
* - all-transmeta-cpus-have-constant-tscs.patch removed from -mm tree
@ 2007-02-08 21:52 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-08 21:52 UTC (permalink / raw)
  To: hpa, ak, mm-commits


The patch titled
     All Transmeta CPUs have constant TSCs
has been removed from the -mm tree.  Its filename was
     all-transmeta-cpus-have-constant-tscs.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: All Transmeta CPUs have constant TSCs
From: "H. Peter Anvin" <hpa@zytor.com>

All Transmeta CPUs ever produced have constant-rate TSCs.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/i386/kernel/cpu/transmeta.c |    3 +++
 1 file changed, 3 insertions(+)

diff -puN arch/i386/kernel/cpu/transmeta.c~all-transmeta-cpus-have-constant-tscs arch/i386/kernel/cpu/transmeta.c
--- a/arch/i386/kernel/cpu/transmeta.c~all-transmeta-cpus-have-constant-tscs
+++ a/arch/i386/kernel/cpu/transmeta.c
@@ -72,6 +72,9 @@ static void __cpuinit init_transmeta(str
 	wrmsr(0x80860004, ~0, uk);
 	c->x86_capability[0] = cpuid_edx(0x00000001);
 	wrmsr(0x80860004, cap_mask, uk);
+
+	/* All Transmeta CPUs have a constant TSC */
+	set_bit(X86_FEATURE_CONSTANT_TSC, c->x86_capability);
 	
 	/* If we can run i686 user-space code, call us an i686 */
 #define USER686 (X86_FEATURE_TSC|X86_FEATURE_CX8|X86_FEATURE_CMOV)
_

Patches currently in -mm which might be from hpa@zytor.com are

8250-uart-backup-timer.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-08 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 21:52 - all-transmeta-cpus-have-constant-tscs.patch removed from -mm tree akpm

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.