diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-12-22 23:04:11 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-12-22 23:04:11 +0000 |
commit | 7902d8097e493b3aaed9d07b38b6c1e4c254523b (patch) | |
tree | a0793b2430a9a1150d9a74043ad55069da12fa91 /sys/arch | |
parent | 6ca4d0c856b7b95130215d2f95e092898ad991db (diff) |
remove an obsolete comment art spotted
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/amd64/spl.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/spl.S b/sys/arch/amd64/amd64/spl.S index 80adde42cba..910db88e857 100644 --- a/sys/arch/amd64/amd64/spl.S +++ b/sys/arch/amd64/amd64/spl.S @@ -1,4 +1,4 @@ -/* $OpenBSD: spl.S,v 1.5 2006/05/10 12:36:39 krw Exp $ */ +/* $OpenBSD: spl.S,v 1.6 2007/12/22 23:04:10 tedu Exp $ */ /* $NetBSD: spl.S,v 1.3 2004/06/28 09:13:11 fvdl Exp $ */ /* @@ -120,7 +120,6 @@ _C_LABEL(splx): * splipi() and defers it, lands in here via splx(), and handles * a lower-prio one first, which needs to take the kernel lock --> * the sending CPU will never see the that CPU accept the IPI - * (see pmap_tlb_shootnow). */ IDTVEC(spllower) _PROF_PROLOGUE |