Re: [PATCH 2/4] ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support

From: Rafael J. Wysocki
Date: Tue Apr 26 2016 - 16:10:47 EST


On Tue, Apr 26, 2016 at 9:40 AM, Lv Zheng <lv.zheng@xxxxxxxxx> wrote:
> This patch cleans up OSI code in osl.c in order to make osi_linux not
> _OSI("Linux") specific to allow new features to reuse this structure.

I guess what you mean here is something like:

Clean up OSI code in osl.c to make osi_linux work for OSI strings
other than "Linux", so it can be re-used for other purposes.

Is that correct?