Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/sys/hpet_acpi.h
          +++ new/usr/src/uts/i86pc/sys/hpet_acpi.h
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23   */
  24   24  
  25   25  #ifndef _HPET_ACPI_H
  26   26  #define _HPET_ACPI_H
  27   27  
  28   28  #if defined(_KERNEL)
  29      -#include <sys/acpi/acpi.h>
  30      -#include <sys/acpi/actbl1.h>
       29 +#include <acpica/include/acpi.h>
       30 +#include <acpica/include/actbl1.h>
  31   31  #include <sys/acpica.h>
  32   32  #endif  /* defined(_KERNEL) */
  33   33  
  34   34  #ifdef __cplusplus
  35   35  extern "C" {
  36   36  #endif
  37   37  
  38   38  /*
  39   39   * Solaris uses an HPET Timer to generate interrupts for CPUs in Deep C-state
  40   40   * with stalled LAPIC Timers.  All CPUs use one HPET timer.  The timer's
↓ open down ↓ 249 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX