[RFC Patch v1 02/13] ACPI, extlog: replace open-coded _DSM specific code with helper functions

2013-12-17 Thread Jiang Liu
Use helper functions to simplify _DSM related code in acpi_extlog driver. Also mark initialization data and functions with __init and __initdata to reduce memory footprint. Signed-off-by: Jiang Liu --- drivers/acpi/acpi_extlog.c | 61 +--- 1 file

[RFC Patch v1 02/13] ACPI, extlog: replace open-coded _DSM specific code with helper functions

2013-12-17 Thread Jiang Liu
Use helper functions to simplify _DSM related code in acpi_extlog driver. Also mark initialization data and functions with __init and __initdata to reduce memory footprint. Signed-off-by: Jiang Liu jiang@linux.intel.com --- drivers/acpi/acpi_extlog.c | 61