Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2012 21:42:41 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r232075 - stable/9/sys/amd64/acpica
Message-ID:  <201202232142.q1NLgfDG024370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Feb 23 21:42:41 2012
New Revision: 232075
URL: http://svn.freebsd.org/changeset/base/232075

Log:
  MFC:	r230777
  
  Naturally align a newly added wakeup_fpusave.

Modified:
  stable/9/sys/amd64/acpica/acpi_wakecode.S
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/amd64/acpica/acpi_wakecode.S
==============================================================================
--- stable/9/sys/amd64/acpica/acpi_wakecode.S	Thu Feb 23 21:34:14 2012	(r232074)
+++ stable/9/sys/amd64/acpica/acpi_wakecode.S	Thu Feb 23 21:42:41 2012	(r232075)
@@ -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?201202232142.q1NLgfDG024370>