Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2012 19:21:11 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 205419 for review
Message-ID:  <201201301921.q0UJLBHV089962@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@205419?ac=10

Change 205419 by jhb@jhb_jhbbsd on 2012/01/30 19:20:17

	IFC @205414

Affected files ...

.. //depot/projects/multipass/sys/amd64/acpica/acpi_wakecode.S#4 integrate
.. //depot/projects/multipass/sys/amd64/amd64/mptable_pci.c#3 delete
.. //depot/projects/multipass/sys/i386/i386/mptable_pci.c#3 delete
.. //depot/projects/multipass/sys/isa/orm.c#3 delete

Differences ...

==== //depot/projects/multipass/sys/amd64/acpica/acpi_wakecode.S#4 (text+ko) ====

@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/amd64/acpica/acpi_wakecode.S,v 1.10 2012/01/21 17:45:27 kib Exp $
+ * $FreeBSD: src/sys/amd64/acpica/acpi_wakecode.S,v 1.11 2012/01/30 18:28:56 jkim Exp $
  */
 
 #include <machine/asmacros.h>
@@ -267,11 +267,11 @@
 	.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?201201301921.q0UJLBHV089962>