Commit 2ee62612 authored by Lin Ming's avatar Lin Ming Committed by Len Brown

ACPI: reboot.c: use new acpi_reset interface

Use new acpi_reset interface to write to reset register
Signed-off-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent d3fd902d
......@@ -42,7 +42,7 @@ void acpi_reboot(void)
case ACPI_ADR_SPACE_SYSTEM_MEMORY:
case ACPI_ADR_SPACE_SYSTEM_IO:
printk(KERN_DEBUG "ACPI MEMORY or I/O RESET_REG.\n");
acpi_write(reset_value, rr);
acpi_reset();
break;
}
/* Wait ten seconds */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment