[PATCH] gts and bfs fixes (v2).

From: Konrad Rzeszutek Wilk
Date: Mon Apr 09 2012 - 22:39:20 EST


Please consider these the two fixes to how gts and bfs parameters
are handled in 3.4-rc2:

I had sent an earlier version of
[PATCH 1/2] ACPI: Convert wake_sleep_flags to a value instead of

to Lin and he had reviewed it, but I redid it a bit so a second
look will be required.

The:
[PATCH 2/2] ACPI: Pass u8 flag to acpi_enter_sleep_state from

is a regression fix - as the wakeup flag was not passed from the
assembler code to the acpi_enter_sleep_ function.

arch/x86/kernel/acpi/sleep.h | 2 +
arch/x86/kernel/acpi/wakeup_32.S | 5 +++-
arch/x86/kernel/acpi/wakeup_64.S | 3 ++
drivers/acpi/sleep.c | 52 ++++++++++++++++++++-----------------
4 files changed, 37 insertions(+), 25 deletions(-)

Konrad Rzeszutek Wilk (2):
ACPI: Convert wake_sleep_flags to a value instead of function (v2)
ACPI: Pass u8 flag to acpi_enter_sleep_state from lowlevel assembler.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/