Module Name:    src
Committed By:   msaitoh
Date:           Wed Jul 15 04:10:02 UTC 2015

Modified Files:
        src/sys/arch/amd64/amd64: machdep.c

Log Message:
 Add comment (ACPI_WAKEUP_ADDR).


To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/arch/amd64/amd64/machdep.c

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

Modified files:

Index: src/sys/arch/amd64/amd64/machdep.c
diff -u src/sys/arch/amd64/amd64/machdep.c:1.212 src/sys/arch/amd64/amd64/machdep.c:1.213
--- src/sys/arch/amd64/amd64/machdep.c:1.212	Fri Apr 24 00:04:04 2015
+++ src/sys/arch/amd64/amd64/machdep.c	Wed Jul 15 04:10:02 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.212 2015/04/24 00:04:04 khorben Exp $	*/
+/*	$NetBSD: machdep.c,v 1.213 2015/07/15 04:10:02 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008, 2011
@@ -111,7 +111,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.212 2015/04/24 00:04:04 khorben Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.213 2015/07/15 04:10:02 msaitoh Exp $");
 
 /* #define XENDEBUG_LOW  */
 
@@ -1581,7 +1581,7 @@ init_x86_64(paddr_t first_avail)
 	 * Page 0:	BIOS data
 	 * Page 1:	BIOS callback (not used yet, for symmetry with i386)
 	 * Page 2:	MP bootstrap
-	 * Page 3:	ACPI wakeup code
+	 * Page 3:	ACPI wakeup code (ACPI_WAKEUP_ADDR)
 	 * Page 4:	Temporary page table for 0MB-4MB
 	 * Page 5:	Temporary page directory
 	 * Page 6:	Temporary page map level 3

Reply via email to