summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-10 18:09:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-10 18:09:28 +0000
commitbf29c432d33aedabc8cef5ddb142e45044de3609 (patch)
tree510975f5a226a3bc11f5dcbb6ad4a1f3311652c1
parentdcb3b20241324ce552270b8b2db7762b0d4700d6 (diff)
remove irrelevant old comment
-rw-r--r--sys/arch/amd64/amd64/fpu.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/amd64/amd64/fpu.c b/sys/arch/amd64/amd64/fpu.c
index ae53cbf65fb..cb182aa1a22 100644
--- a/sys/arch/amd64/amd64/fpu.c
+++ b/sys/arch/amd64/amd64/fpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fpu.c,v 1.24 2011/07/07 18:11:23 art Exp $ */
+/* $OpenBSD: fpu.c,v 1.25 2011/07/10 18:09:27 deraadt Exp $ */
/* $NetBSD: fpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */
/*-
@@ -30,12 +30,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)npx.c 7.2 (Berkeley) 5/12/91
- */
-
-/*
- * XXXfvdl update copyright notice. this started out as a stripped isa/npx.c
*/
#include <sys/param.h>