Skip to content

Commit

Permalink
[PATCH] transmeta: CONFIG_PROC_FS=n build fix
Browse files Browse the repository at this point in the history
Fix bug found by Grant Coady <lkml@dodo.com.au>'s autobuild setup.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Aug 2, 2005
1 parent ba17101 commit 39bbb07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/i386/kernel/cpu/transmeta.c
Expand Up @@ -77,9 +77,11 @@ static void __init init_transmeta(struct cpuinfo_x86 *c)
if ( c->x86 == 5 && (c->x86_capability[0] & USER686) == USER686 )
c->x86 = 6;

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

static void transmeta_identify(struct cpuinfo_x86 * c)
Expand Down

0 comments on commit 39bbb07

Please sign in to comment.