Subject: CVS commit: [jmcneill-pm] src/sys/arch/amd64/acpi
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 11/23/2007 20:00:51
Module Name:	src
Committed By:	joerg
Date:		Fri Nov 23 20:00:51 UTC 2007

Modified Files:
	src/sys/arch/amd64/acpi [jmcneill-pm]: acpi_wakecode.S acpi_wakeup.c
	    acpi_wakeup_low.S

Log Message:
Exploit that PAE support implies PSE support and simplify the low-level
wake code to just load some useful values for cr0 and cr4 similiar to
what locore.S does. Load the real GDT from acpi_md_sleep_exit as well.


To generate a diff of this commit:
cvs rdiff -r1.1.2.11 -r1.1.2.12 src/sys/arch/amd64/acpi/acpi_wakecode.S
cvs rdiff -r1.3.48.22 -r1.3.48.23 src/sys/arch/amd64/acpi/acpi_wakeup.c
cvs rdiff -r1.1.2.12 -r1.1.2.13 src/sys/arch/amd64/acpi/acpi_wakeup_low.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.