From e71135eea183d1acf14f45b9e526f4718f2ed210 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Feb 2002 18:52:40 +0000 Subject: don't add mem=nopentium anymore. kernel people says it's not needed and bad for performance. It also means any bug must be addressed to them --- perl-install/install_steps.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 01ad63caa..9156f49e2 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -788,9 +788,6 @@ sub setupBootloaderBefore { if ($o->{miscellaneous}{HDPARM}) { bootloader::add_append($o->{bootloader}, $_, 'autotune') foreach grep { /ide.*/ } all("/proc/ide"); } - if (grep { /Athlon|Duron/ } cat_("/proc/cpuinfo")) { - bootloader::add_append($o->{bootloader}, 'mem', 'nopentium'); - } if (arch() =~ /alpha/) { if (my $dev = fsedit::get_root($o->{fstab})) { -- cgit v1.2.1