Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5559
b: refs/heads/master
c: cdf32ea
h: refs/heads/master
i:
  5557: 565b86f
  5555: 14fb7a4
  5551: 1d390d7
v: v3
  • Loading branch information
Eric Lammerts authored and Linus Torvalds committed Aug 2, 2005
1 parent 2cad868 commit 64779af
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 3fef3fa24d8d1bb6d82cad195f73917fa6534dac
refs/heads/master: cdf32eaa4e601b15146e21b6470de00f149ce37f
4 changes: 4 additions & 0 deletions trunk/arch/i386/kernel/cpu/transmeta.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ static void __init init_transmeta(struct cpuinfo_x86 *c)
#define USER686 (X86_FEATURE_TSC|X86_FEATURE_CX8|X86_FEATURE_CMOV)
if ( c->x86 == 5 && (c->x86_capability[0] & USER686) == USER686 )
c->x86 = 6;

/* randomize_va_space slows us down enormously;
it probably triggers retranslation of x86->native bytecode */
randomize_va_space = 0;
}

static void transmeta_identify(struct cpuinfo_x86 * c)
Expand Down

0 comments on commit 64779af

Please sign in to comment.