lkml.org 
[lkml]   [2001]   [Nov]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectLinux-2.4.15-pre5 - probably something wrong with /proc/cpuinfo.
Date
Hello,

The following shell script (extracted from SuSE 7.1 /etc/rc.d/boot) would
execute fine on Linux-2.4.14, Linux-2.4.15-pre3 etc.. but not on
Linux-2.4.15-pre5 (AMD Athlon Computer). Couldn't check it on
Linux-2.4.15-pre4 as it would not compile successfully.

#!/bin/bash
# set and adjust the CMOS clock
if test "$HWCLOCK_ACCESS" != "no" ; then
echo -n Setting up the CMOS clock
CLOCKCMD=hwclock
while read line; do
case "$line" in
*MTX\ Plus*) CLOCKCMD="hwclock --mtxplus --directisa" ;;
*PReP\ Dual\ MTX*) CLOCKCMD="hwclock --mtxplus --directisa" ;;
esac
done < /proc/cpuinfo
fi

May someone be kind enough to let me know where the problem could be?
--
Thank you,
harisri@bigpond.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:13    [W:0.067 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site