summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-10 18:12:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-10 18:12:04 +0000
commit66d49a47ac623040a6579bfaa2ecaf2ff8da6dcd (patch)
treec72c58dbc215835613bc20faf6a4ca59b599eae7 /sys/arch
parentbf29c432d33aedabc8cef5ddb142e45044de3609 (diff)
remove irrelevant comments
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/amd64/machdep.c9
-rw-r--r--sys/arch/amd64/include/pcb.h6
2 files changed, 2 insertions, 13 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c
index 31572680850..37ec8ac952b 100644
--- a/sys/arch/amd64/amd64/machdep.c
+++ b/sys/arch/amd64/amd64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.148 2011/07/05 04:48:01 guenther Exp $ */
+/* $OpenBSD: machdep.c,v 1.149 2011/07/10 18:11:49 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */
/*-
@@ -784,10 +784,6 @@ haltsys:
}
/*
- * XXXfvdl share dumpcode.
- */
-
-/*
* These variables are needed by /sbin/savecore
*/
u_long dumpmag = 0x8fca0101; /* magic number */
@@ -1483,9 +1479,6 @@ init_x86_64(paddr_t first_avail)
vm_physmem[x] = vm_physmem[x + 1];
}
}
- /*
- * XXXfvdl todo: acpi wakeup code.
- */
pmap_growkernel(VM_MIN_KERNEL_ADDRESS + 32 * 1024 * 1024);
diff --git a/sys/arch/amd64/include/pcb.h b/sys/arch/amd64/include/pcb.h
index 9f7801d582a..5bf1ab856f0 100644
--- a/sys/arch/amd64/include/pcb.h
+++ b/sys/arch/amd64/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.11 2011/04/13 02:49:12 guenther Exp $ */
+/* $OpenBSD: pcb.h,v 1.12 2011/07/10 18:12:03 deraadt Exp $ */
/* $NetBSD: pcb.h,v 1.1 2003/04/26 18:39:45 fvdl Exp $ */
/*-
@@ -64,10 +64,6 @@
* @(#)pcb.h 5.10 (Berkeley) 5/12/91
*/
-/*
- * XXXfvdl these copyrights don't really match anymore
- */
-
#ifndef _MACHINE_PCB_H_
#define _MACHINE_PCB_H_