Re: [PATCH 7/7] ACPI: use Linux as ACPI_OS_NAME for _OS on ARM64

2015-01-23 Thread Al Stone
On 01/23/2015 08:55 AM, Rafael J. Wysocki wrote: > On Thursday, January 22, 2015 05:44:44 PM al.st...@linaro.org wrote: >> From: Hanjun Guo >> >> ACPI_OS_NAME is globally defined as "Microsoft Windows NT" for now. >> That doesn't make much sense in the ARM context, so set it to "Linux" >> when

Re: [PATCH 7/7] ACPI: use Linux as ACPI_OS_NAME for _OS on ARM64

2015-01-23 Thread Rafael J. Wysocki
On Thursday, January 22, 2015 05:44:44 PM al.st...@linaro.org wrote: > From: Hanjun Guo > > ACPI_OS_NAME is globally defined as "Microsoft Windows NT" for now. > That doesn't make much sense in the ARM context, so set it to "Linux" > when CONFIG_ARM64. > > If it is necessary to change the

Re: [PATCH 7/7] ACPI: use Linux as ACPI_OS_NAME for _OS on ARM64

2015-01-23 Thread Al Stone
On 01/23/2015 08:55 AM, Rafael J. Wysocki wrote: On Thursday, January 22, 2015 05:44:44 PM al.st...@linaro.org wrote: From: Hanjun Guo hanjun@linaro.org ACPI_OS_NAME is globally defined as Microsoft Windows NT for now. That doesn't make much sense in the ARM context, so set it to Linux

Re: [PATCH 7/7] ACPI: use Linux as ACPI_OS_NAME for _OS on ARM64

2015-01-23 Thread Rafael J. Wysocki
On Thursday, January 22, 2015 05:44:44 PM al.st...@linaro.org wrote: From: Hanjun Guo hanjun@linaro.org ACPI_OS_NAME is globally defined as Microsoft Windows NT for now. That doesn't make much sense in the ARM context, so set it to Linux when CONFIG_ARM64. If it is necessary to change

[PATCH 7/7] ACPI: use Linux as ACPI_OS_NAME for _OS on ARM64

2015-01-22 Thread al . stone
From: Hanjun Guo ACPI_OS_NAME is globally defined as "Microsoft Windows NT" for now. That doesn't make much sense in the ARM context, so set it to "Linux" when CONFIG_ARM64. If it is necessary to change the return value from \_OS_ (that is, return some value other than the default in

[PATCH 7/7] ACPI: use Linux as ACPI_OS_NAME for _OS on ARM64

2015-01-22 Thread al . stone
From: Hanjun Guo hanjun@linaro.org ACPI_OS_NAME is globally defined as Microsoft Windows NT for now. That doesn't make much sense in the ARM context, so set it to Linux when CONFIG_ARM64. If it is necessary to change the return value from \_OS_ (that is, return some value other than the