summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-05 09:14:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-05 09:14:16 +0000
commit45a0f35b0c52f35173cd2f96e950e2ef6b9cc002 (patch)
tree9a89c0b536b8826d36bc15743f5317707d368790 /sys/arch/amd64
parentfaa334253310098fc9128570196b7efe5e1e7ac6 (diff)
remove comment: yes, they should be independent
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/include/userret.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/amd64/include/userret.h b/sys/arch/amd64/include/userret.h
index 252ef380630..62cb5467a33 100644
--- a/sys/arch/amd64/include/userret.h
+++ b/sys/arch/amd64/include/userret.h
@@ -1,10 +1,6 @@
-/* $OpenBSD: userret.h,v 1.4 2008/06/26 05:42:09 ray Exp $ */
+/* $OpenBSD: userret.h,v 1.5 2011/07/05 09:14:15 deraadt Exp $ */
/* $NetBSD: userret.h,v 1.1 2003/04/26 18:39:49 fvdl Exp $ */
-/*
- * XXXfvdl same as i386 counterpart, but should probably be independent.
- */
-
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
* All rights reserved.