[kernel] Fix build

Matthew Garrett mjg59 at fedoraproject.org
Fri Dec 17 15:45:00 UTC 2010


commit 140614795a845b06e15f92b0400eb0a10970394b
Author: Matthew Garrett <mjg at redhat.com>
Date:   Fri Dec 17 10:44:42 2010 -0500

    Fix build

 acpi_reboot.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/acpi_reboot.patch b/acpi_reboot.patch
index e9fdef3..a980b31 100644
--- a/acpi_reboot.patch
+++ b/acpi_reboot.patch
@@ -66,7 +66,7 @@ index 50cc3be..c6a4e63 100644
  		    acpi_os_write_port((acpi_io_address) reset_reg->address,
 -				       acpi_gbl_FADT.reset_value,
 -				       reset_reg->bit_width);
-+				       acpi_gbl_FADT.reset_value, 8)
++				       acpi_gbl_FADT.reset_value, 8);
  	} else {
  		/* Write the reset value to the reset register */
  


More information about the scm-commits mailing list