Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48460
b: refs/heads/master
c: 30b82ea
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin authored and Andi Kleen committed Feb 13, 2007
1 parent ded04c6 commit 329aa00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d0e600d903caa09e790824cc5812f0d97113b23
refs/heads/master: 30b82ea08c3365a6fc916250ff2ad634717fc81b
3 changes: 3 additions & 0 deletions trunk/arch/i386/kernel/cpu/transmeta.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ static void __cpuinit init_transmeta(struct cpuinfo_x86 *c)
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)
Expand Down

0 comments on commit 329aa00

Please sign in to comment.