Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2007 22:18:09 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_cpu.c
Message-ID:  <200710302218.l9UMI9vd052578@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2007-10-30 22:18:09 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_cpu.c 
  Log:
  If we're on an SMP kernel and there is more than 1 CPU, reject any attempts
  to change the freq before the other CPUs are active.  The current code
  always attempts to change all CPUs to match each other, and the requisite
  sched_bind() call won't work before APs are launched.
  
  Revision  Changes    Path
  1.28      +17 -1     src/sys/kern/kern_cpu.c



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