Commit 39bbb07d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] transmeta: CONFIG_PROC_FS=n build fix

Fix bug found by Grant Coady <lkml@dodo.com.au>'s autobuild setup.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ba17101b
...@@ -77,9 +77,11 @@ static void __init init_transmeta(struct cpuinfo_x86 *c) ...@@ -77,9 +77,11 @@ static void __init init_transmeta(struct cpuinfo_x86 *c)
if ( c->x86 == 5 && (c->x86_capability[0] & USER686) == USER686 ) if ( c->x86 == 5 && (c->x86_capability[0] & USER686) == USER686 )
c->x86 = 6; c->x86 = 6;
#ifdef CONFIG_SYSCTL
/* randomize_va_space slows us down enormously; /* randomize_va_space slows us down enormously;
it probably triggers retranslation of x86->native bytecode */ it probably triggers retranslation of x86->native bytecode */
randomize_va_space = 0; randomize_va_space = 0;
#endif
} }
static void transmeta_identify(struct cpuinfo_x86 * c) static void transmeta_identify(struct cpuinfo_x86 * c)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment