Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/os/cpupm/speedstep.c
          +++ new/usr/src/uts/i86pc/os/cpupm/speedstep.c
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23   */
  24   24  /*
  25   25   * Copyright (c) 2009,  Intel Corporation.
  26   26   * All Rights Reserved.
  27   27   */
  28   28  
  29   29  #include <sys/x86_archext.h>
  30   30  #include <sys/machsystm.h>
  31   31  #include <sys/archsystm.h>
  32   32  #include <sys/x_call.h>
  33      -#include <sys/acpi/acpi.h>
       33 +#include <acpica/include/acpi.h>
  34   34  #include <sys/acpica.h>
  35   35  #include <sys/speedstep.h>
  36   36  #include <sys/cpu_acpi.h>
  37   37  #include <sys/cpupm.h>
  38   38  #include <sys/dtrace.h>
  39   39  #include <sys/sdt.h>
  40   40  
  41   41  static int speedstep_init(cpu_t *);
  42   42  static void speedstep_fini(cpu_t *);
  43   43  static void speedstep_power(cpuset_t, uint32_t);
↓ open down ↓ 274 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX