|
@@ -913,6 +913,10 @@ late_initcall(hpet_insert_resource);
|
|
|
|
|
|
static int __init acpi_parse_fadt(struct acpi_table_header *table)
|
|
static int __init acpi_parse_fadt(struct acpi_table_header *table)
|
|
{
|
|
{
|
|
|
|
+ if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_CMOS_RTC) {
|
|
|
|
+ pr_debug("ACPI: not registering RTC platform device\n");
|
|
|
|
+ x86_platform.legacy.rtc = 0;
|
|
|
|
+ }
|
|
|
|
|
|
#ifdef CONFIG_X86_PM_TIMER
|
|
#ifdef CONFIG_X86_PM_TIMER
|
|
/* detect the location of the ACPI PM Timer */
|
|
/* detect the location of the ACPI PM Timer */
|