diff options
author | 2011-05-28 21:10:40 +0000 | |
---|---|---|
committer | 2011-05-28 21:10:40 +0000 | |
commit | 47d3929af67f65f74de65e878a7dd98da02e3102 (patch) | |
tree | 835f350e84fb65dd7306c4be054fde153ef397ed | |
parent | Do not leak memory if ufs_open() fails; reported by and ok martynas@ (diff) | |
download | wireguard-openbsd-47d3929af67f65f74de65e878a7dd98da02e3102.tar.xz wireguard-openbsd-47d3929af67f65f74de65e878a7dd98da02e3102.zip |
Remove out of data XXX comment.
-rw-r--r-- | sys/arch/amd64/amd64/intr.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/amd64/amd64/intr.c b/sys/arch/amd64/amd64/intr.c index 97784f1e518..a29e2ad4c71 100644 --- a/sys/arch/amd64/amd64/intr.c +++ b/sys/arch/amd64/amd64/intr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.c,v 1.27 2011/04/16 00:40:56 deraadt Exp $ */ +/* $OpenBSD: intr.c,v 1.28 2011/05/28 21:10:40 kettenis Exp $ */ /* $NetBSD: intr.c,v 1.3 2003/03/03 22:16:20 fvdl Exp $ */ /* @@ -171,10 +171,6 @@ intr_calculatemasks(struct cpu_info *ci) ci->ci_iunmask[level] = ~ci->ci_imask[level]; } - -/* - * XXX if defined(MULTIPROCESSOR) && .. ? - */ #if NIOAPIC > 0 int intr_find_mpmapping(int bus, int pin, int *handle) |