diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-10-06 21:05:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-10-06 21:05:57 +0000 |
commit | dfabee65ff5c3717022adab9e32bd6562fa32225 (patch) | |
tree | b489a4b8396f4d8c521253ba21c921325f06d1af /sys/arch | |
parent | 18421bf870567271a27c247362aca0e2087c1852 (diff) |
Remove useless comment.
Diffstat (limited to 'sys/arch')
-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 |