On Thu, 19 Dec, at 03:51:47PM, Lee, Chun-Yi wrote: > UEFI time services, GetTime(), SetTime(), GetWakeupTime(), SetWakeupTime() are also > supported by other non-IA64 architecutre with UEFI BIOS, e.g. x86. > > This patch changed RTC_DRV_EFI configuration to depend on EFI but not just IA64. It > checks efi_enabled flag and efi-rtc driver should enabled. > > Cc: Matt Fleming <matt.fleming@xxxxxxxxx> > Cc: H. Peter Anvin <hpa@xxxxxxxxx> > Cc: Matthew Garrett <matthew.garrett@xxxxxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Ingo Molnar <mingo@xxxxxxxxxx> > Cc: Jan Beulich <JBeulich@xxxxxxxx> > Signed-off-by: Lee, Chun-Yi <jlee@xxxxxxxx> > --- > arch/x86/platform/efi/efi.c | 17 +++++++++++++++++ > drivers/rtc/Kconfig | 2 +- > 2 files changed, 18 insertions(+), 1 deletions(-) This patch needs to be justified. Enabling the EFI runtime *Time functions just because they're available isn't good enough. We need to know why this patch improves things, what use case does it solve? The general attitude has been that we want to invoke the runtime services less, not more, due to the huge variety of runtime implementation bugs. -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html