2005/8/2, [email protected] <[email protected]>:
>
> The patch titled
>
> transmeta: CONFIG_PROC_FS=n build fix
>
> has been added to the -mm tree. Its filename is
>
> transmeta-no-procfs-build-fix.patch
> From: Andrew Morton <[email protected]>
>
> Fix bug found by Grant Coady <[email protected]>'s autobuild setup.
>
>
> Signed-off-by: Andrew Morton <[email protected]>
> ---
>
> arch/i386/kernel/cpu/transmeta.c | 2 ++
> 1 files changed, 2 insertions(+)
>
> diff -puN arch/i386/kernel/cpu/transmeta.c~transmeta-no-procfs-build-fix arch/i386/kernel/cpu/transmeta.c
> --- devel/arch/i386/kernel/cpu/transmeta.c~transmeta-no-procfs-build-fix 2005-08-01 20:15:42.000000000 -0700
> +++ devel-akpm/arch/i386/kernel/cpu/transmeta.c 2005-08-01 20:16:14.000000000 -0700
> @@ -77,9 +77,11 @@ static void __init init_transmeta(struct
> 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
> }
You haven't fixed the problem. It would fall back to
#define randomize_va_space 1
>
> static void transmeta_identify(struct cpuinfo_x86 * c)
--
Coywolf Qi Hunt
http://sosdg.org/~coywolf/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]