Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/os/cpupm/pwrnow.c
          +++ new/usr/src/uts/i86pc/os/cpupm/pwrnow.c
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23   */
  24   24  
  25   25  #include <sys/x86_archext.h>
  26   26  #include <sys/machsystm.h>
  27   27  #include <sys/x_call.h>
  28      -#include <sys/acpi/acpi.h>
       28 +#include <acpica/include/acpi.h>
  29   29  #include <sys/acpica.h>
  30   30  #include <sys/pwrnow.h>
  31   31  #include <sys/cpu_acpi.h>
  32   32  #include <sys/cpupm.h>
  33   33  #include <sys/dtrace.h>
  34   34  #include <sys/sdt.h>
  35   35  
  36   36  static int pwrnow_init(cpu_t *);
  37   37  static void pwrnow_fini(cpu_t *);
  38   38  static void pwrnow_power(cpuset_t, uint32_t);
↓ open down ↓ 272 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX