From: Eric Lammerts Date: Mon, 1 Aug 2005 05:34:42 +0000 (-0700) Subject: [PATCH] disable addres space randomization default on transmeta CPUs X-Git-Tag: v2.6.13-rc5~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdf32eaa4e601b15146e21b6470de00f149ce37f;p=pandora-kernel.git [PATCH] disable addres space randomization default on transmeta CPUs We know that the randomisation slows down some workloads on Transmeta CPUs by quite large amounts. We think it's because the CPU needs to recode the same x86 instructions when they pop up at a different virtual address after a fork+exec. So disable randomization by default on those CPUs. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed