diff options
author | 2008-10-06 21:05:56 +0000 | |
---|---|---|
committer | 2008-10-06 21:05:56 +0000 | |
commit | 1cf1b60a91efaae6ea0faba675c04809e2dc009e (patch) | |
tree | 995f7f505a798bba50744cd713d32f4e13871598 | |
parent | Don't exit if the logfile specified on the command line can not be (diff) | |
download | wireguard-openbsd-1cf1b60a91efaae6ea0faba675c04809e2dc009e.tar.xz wireguard-openbsd-1cf1b60a91efaae6ea0faba675c04809e2dc009e.zip |
Remove useless comment.
-rw-r--r-- | sys/arch/amd64/amd64/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index cddf1287208..b87d7509213 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.82 2008/08/12 18:27:22 weingart Exp $ */ +/* $OpenBSD: machdep.c,v 1.83 2008/10/06 21:05:56 kettenis Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -1739,7 +1739,6 @@ need_resched(struct cpu_info *ci) /* * Allocate an IDT vector slot within the given range. * XXX needs locking to avoid MP allocation races. - * XXXfvdl share idt code */ int |