Ver código fonte

ACPI: reboot.c: use new acpi_reset interface

Use new acpi_reset interface to write to reset register

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Lin Ming 16 anos atrás
pai
commit
2ee6261248
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/acpi/reboot.c

+ 1 - 1
drivers/acpi/reboot.c

@@ -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 */