lkml.org 
[lkml]   [1996]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject1.3.98: Problem with /proc/cpuinfo
Date
From
Bad things happened to me until I applied this patch:

diff -c -r linux/arch/i386/kernel/setup.c linux-new/arch/i386/kernel/setup.c
*** linux/arch/i386/kernel/setup.c Mon Apr 15 02:03:25 1996
--- linux-new/arch/i386/kernel/setup.c Sat May 4 19:05:15 1996
***************
*** 325,331 ****
}
}
len += sprintf(buffer+len,
! "\nbogomips:\t: %lu.%02lu\n",
CD(loops_per_sec)/500000,
(CD(loops_per_sec)/5000) % 100);
#ifdef __SMP__
--- 325,331 ----
}
}
len += sprintf(buffer+len,
! "\nbogomips\t: %lu.%02lu\n",
CD(loops_per_sec)/500000,
(CD(loops_per_sec)/5000) % 100);
#ifdef __SMP__

--
John Gotts <jgotts@engin.umich.edu> http://www-personal.engin.umich.edu/~jgotts
Junior, Electrical Engineering//Unix System Admininstrator, CAEN//Linux Devotee


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