diff options
author | 2018-01-07 05:36:47 +0000 | |
---|---|---|
committer | 2018-01-07 05:36:47 +0000 | |
commit | fcf928b03cadf28823e640913aef9e11eb1ca647 (patch) | |
tree | aa4563b081c839394714bcf62d2b3e3a145f9256 /sys | |
parent | remove a ridiculous comment and move another comment to the line it was (diff) | |
download | wireguard-openbsd-fcf928b03cadf28823e640913aef9e11eb1ca647.tar.xz wireguard-openbsd-fcf928b03cadf28823e640913aef9e11eb1ca647.zip |
Delete obsolete/untrue comments
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/gdt.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/amd64/amd64/gdt.c b/sys/arch/amd64/amd64/gdt.c index bb4ede6af01..8aa28a098f9 100644 --- a/sys/arch/amd64/amd64/gdt.c +++ b/sys/arch/amd64/amd64/gdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gdt.c,v 1.24 2015/05/24 01:01:49 guenther Exp $ */ +/* $OpenBSD: gdt.c,v 1.25 2018/01/07 05:36:47 guenther Exp $ */ /* $NetBSD: gdt.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */ /*- @@ -30,11 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* - * Modified to deal with variable-length entries for amd64 by - * fvdl@wasabisystems.com, may 2001 - */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/mutex.h> @@ -73,7 +68,6 @@ gdt_alloc_cpu(struct cpu_info *ci) /* * Load appropriate gdt descriptor; we better be running on *ci - * (for the most part, this is how a cpu knows who it is). */ void gdt_init_cpu(struct cpu_info *ci) |