Subject: CVS commit: [jmcneill-pm] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 09/10/2007 15:00:12
Module Name:	src
Committed By:	joerg
Date:		Mon Sep 10 15:00:12 UTC 2007

Modified Files:
	src/sys/arch/amd64/amd64 [jmcneill-pm]: pmap.c
	src/sys/arch/amd64/include [jmcneill-pm]: pmap.h
	src/sys/arch/i386/acpi [jmcneill-pm]: acpi_wakeup.c
	src/sys/arch/i386/i386 [jmcneill-pm]: pmap.c
	src/sys/arch/i386/include [jmcneill-pm]: pmap.h
	src/sys/arch/x86/x86 [jmcneill-pm]: cpu.c

Log Message:
Introduce pmap_init_tmp_pgtbl to build a temporary copy of the kernel
side page mapping and an identity mapping low page for use in real mode.
Switch MP bootstrap and i386 ACPI wakeup code to use it.


To generate a diff of this commit:
cvs rdiff -r1.37.8.2 -r1.37.8.3 src/sys/arch/amd64/amd64/pmap.c
cvs rdiff -r1.10.20.1 -r1.10.20.2 src/sys/arch/amd64/include/pmap.h
cvs rdiff -r1.38.2.7 -r1.38.2.8 src/sys/arch/i386/acpi/acpi_wakeup.c
cvs rdiff -r1.207.8.1 -r1.207.8.2 src/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.89.20.1 -r1.89.20.2 src/sys/arch/i386/include/pmap.h
cvs rdiff -r1.2.6.11 -r1.2.6.12 src/sys/arch/x86/x86/cpu.c

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