Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2012 18:28:57 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230777 - head/sys/amd64/acpica
Message-ID:  <201201301828.q0UISvhb097256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon Jan 30 18:28:56 2012
New Revision: 230777
URL: http://svn.freebsd.org/changeset/base/230777

Log:
  Naturally align a newly added wakeup_fpusave.

Modified:
  head/sys/amd64/acpica/acpi_wakecode.S

Modified: head/sys/amd64/acpica/acpi_wakecode.S
==============================================================================
--- head/sys/amd64/acpica/acpi_wakecode.S	Mon Jan 30 17:17:31 2012	(r230776)
+++ head/sys/amd64/acpica/acpi_wakecode.S	Mon Jan 30 18:28:56 2012	(r230777)
@@ -267,11 +267,11 @@ wakeup_ctx:
 	.quad	0
 wakeup_pcb:
 	.quad	0
+wakeup_fpusave:
+	.quad	0
 wakeup_gdt:
 	.word	0
 	.quad	0
-wakeup_fpusave:
-	.quad	0
 
 	ALIGN_DATA
 wakeup_efer:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201301828.q0UISvhb097256>