Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] transmeta: CONFIG_PROC_FS=n build fix

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>

authored by

Andrew Morton and committed by
Linus Torvalds
39bbb07d ba17101b

+2
+2
arch/i386/kernel/cpu/transmeta.c
··· 77 77 if ( c->x86 == 5 && (c->x86_capability[0] & USER686) == USER686 ) 78 78 c->x86 = 6; 79 79 80 + #ifdef CONFIG_SYSCTL 80 81 /* randomize_va_space slows us down enormously; 81 82 it probably triggers retranslation of x86->native bytecode */ 82 83 randomize_va_space = 0; 84 + #endif 83 85 } 84 86 85 87 static void transmeta_identify(struct cpuinfo_x86 * c)