[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Q]IBM's Java 1.4.1 with IBM's JIT



On Sep Tue 02 2003 09:49, William Crowshaw wrote:
> Oh, by the way, the fixed worked on my G3 upgrade
> card.  Here's my /proc/cpuinfo
> 
> cpu             : 740/750
> clock           : 195MHz
> revision        : 2.2 (pvr 0008 0202)
> bogomips        : 599.65
> machine         : Power Macintosh
> motherboard     : AAPL,7500 MacRISC
> detected as     : 16 (PowerMac 7500)
> pmac flags      : 00000000
> L2 cache        : 256K unified
> memory          : 640MB
> l2cr override   : 0xbd080000
> pmac-generation : OldWorld
> 
> Strangely, it only says my clock in 195Mhz when its
> supposed to be at 300MhZ.  Oh well, another ppc
> problem I got to work out.

Dunno if your G3 supports stepping frequencies, but if so, check that
you are running at the max speed. For this, there are various methods,
like:

jjmaestro@nias:~$ cat /proc/cpufreq
 			minimum CPU frequency  -  maximum CPU frequency  -  policy
 CPU  0       800000 kHz ( 80 %)  -    1000000 kHz (100 %)  - performance

and see if that 100% comes out. If not, you can always issue the
command:

nias:~# echo "700000:1000000:performance" > /proc/cpufreq
nias:~# cat /proc/cpufreq
          minimum CPU frequency  -  maximum CPU frequency  -  policy
CPU  0       700000 kHz ( 70 %)  -    1000000 kHz (100 %)  - performance

Hope this helps!

-- 
J. Javier Maestro
<jjmaestro@computer.org>
http://rigel.homelinux.com



Reply to: