From df229549795c86107bd9c931ab92e64dee12c638 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 28 Oct 2005 17:04:18 +0000 Subject: [PATCH] Clifford Wolf, Florin Muitean: Fixed x86/kernel.conf.sh cpu list (MPENTIUMII) [2005101812135330256] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6532 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/x86/kernel.conf.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/architecture/x86/kernel.conf.sh b/architecture/x86/kernel.conf.sh index 72194b1ec..ec97974be 100644 --- a/architecture/x86/kernel.conf.sh +++ b/architecture/x86/kernel.conf.sh @@ -42,13 +42,8 @@ done fi - # echo `grep -A 20 'Processor family' \ - # /usr/src/linux/arch/i386/config.in | expand | \ - # cut -c 57- | cut -f1 -d' ' | tr -d '"'` - # - for x in M386 M486 M586 M586TSC M586MMX M686 MPENTIUMIII MPENTIUM4 \ - MK6 MK7 MK8 MELAN MCRUSOE MWINCHIPC6 MWINCHIP2 MWINCHIP3D \ - MCYRIXIII MVIAC3_2 MPSC GENERIC_CPU + for x in M386 M486 MCYRIXIII MVIAC3_2 M586 M586MMX M686 MPENTIUMII \ + MPENTIUMIII MPENTIUM4 MK6 MK7 MK8 MPSC GENERIC_CPU do if [ "$linux_arch" != "$x" ] then echo "# CONFIG_$x is not set"