Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2000 06:59:32 -0800 (PST)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c
Message-ID:  <200011271459.GAA19489@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2000/11/27 06:59:31 PST

  Modified files:
    sys/i386/linux/linprocfs linprocfs_misc.c 
  Log:
  (null commit)
  Clarify message for previous commit (addition of "bogomips"):
  
  IBM JDK was not broken in common sense, but its JIT (Just In Time bytecode
  compiler) uses number of occurences of "bogomips" in data read from
  /proc/cpuinfo to determine number of processors installed on machine. Number
  of processors determined in this "innovative" way then used to optimize JIT
  behaviour. Even more strangely that in the absence of "bogomips" in the data
  read from /proc/cpuinfo JIT assumes that it runs on SMP system. Since there
  is no way to fix misbehaving JIT (binary-only distro), we had to add bogos
  "bogomips".
  
  Revision  Changes    Path
  1.12      +1 -1      src/sys/i386/linux/linprocfs/linprocfs_misc.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011271459.GAA19489>