OSDN Git Service

ACPICA: Update global variable definitions. No functional change.
authorLv Zheng <lv.zheng@intel.com>
Wed, 30 Apr 2014 02:03:52 +0000 (10:03 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 6 May 2014 22:54:59 +0000 (00:54 +0200)
commit3035ff70e6e6e15351e865fcc69dff182103b115
tree5adc1c56f52fe29da7cb2e4b312334b72b53f5b7
parentd87a2b75cd00a9e62c2b218e7d586c30961eb311
ACPICA: Update global variable definitions. No functional change.

Move all of the public globals to acpixf.h for the convenience
of users. Also:

Adds #ifndef/#endif conditions arround ACPI_GLOBAL and
ACPI_INIT_GLOBAL definition so that OSPMs might be able to:
1. Redefine ACPI_GLOBAL/ACPI_INIT_GLOBAL into no-op, and
2. Redefine external global variables into immediates to implement stubs
   for them.
Lv Zheng.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acglobal.h
include/acpi/acpixf.h