cvs commit: src/sys/i386/cpufreq smist.c

Nate Lawson njl at FreeBSD.org
Sun Jun 17 07:18:23 UTC 2007


njl         2007-06-17 07:18:23 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/cpufreq     smist.c 
  Log:
  Use bus_dma to get a page in the first 4 GB.  Since the physical address
  of the magic string is passed in a 32-bit register, we can't use high
  memory in the PAE case.  This also eliminates a use of vtophys().
  
  Tested by:      Jeff Shimbo <jts767 / gmail.com>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.2       +70 -17    src/sys/i386/cpufreq/smist.c


More information about the cvs-src mailing list