[PATCH v2 2/5] ACPI: move _OSI support functions to allow arch-dependent implementation

2015-02-03 Thread al . stone
From: Al Stone Having moved the _OSI callback function needed by ACPICA from drivers/acpi/osl.c to drivers/acpi/osi.c, we now move all the remaining _OSI support functions to osi.c. This patch is much larger than I had wanted it to be; several of the functions that implemented acpi_osi* command

[PATCH v2 2/5] ACPI: move _OSI support functions to allow arch-dependent implementation

2015-02-03 Thread al . stone
From: Al Stone al.st...@linaro.org Having moved the _OSI callback function needed by ACPICA from drivers/acpi/osl.c to drivers/acpi/osi.c, we now move all the remaining _OSI support functions to osi.c. This patch is much larger than I had wanted it to be; several of the functions that