From df5bf63039e6ab75260f568ee60aab9ea91ee781 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 22 Jan 2002 10:00:48 +0000 Subject: added mem=nopentium for any Athlon or Duron processor. --- perl-install/install_steps.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 5f092e5f0..7bd8297c7 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -921,6 +921,9 @@ sub miscellaneous { if ($o->{miscellaneous}{HDPARM}) { $_ .= join('', map { " $_=autotune" } grep { /ide.*/ } all("/proc/ide")) if !/ide.=autotune/; } + if (grep { /Athlon|Duron/ } cat_("/proc/cpuinfo")) { + $_ .= " mem=nopentium"; + } #- keep some given parameters #-TODO -- cgit v1.2.1