aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2016-01-23 08:08:06 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2016-01-23 08:08:06 +0000
commit9dba79fb66793817074086ef547fb8f89b2e85c6 (patch)
tree9e124e37670aef5d1b0aecb2511a03953900d6fd /sys/amd64
parentf1389991417cd9bfaae6b2083d9d09240ec876cc (diff)
downloadsrc-9dba79fb66793817074086ef547fb8f89b2e85c6.tar.gz
src-9dba79fb66793817074086ef547fb8f89b2e85c6.zip
Remove obsolete comment.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=294621
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux/linux_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/linux/linux_machdep.c b/sys/amd64/linux/linux_machdep.c
index 451e4b4bf25b..376cce7932f5 100644
--- a/sys/amd64/linux/linux_machdep.c
+++ b/sys/amd64/linux/linux_machdep.c
@@ -383,7 +383,6 @@ linux_sigaltstack(struct thread *td, struct linux_sigaltstack_args *uap)
return (error);
}
-/* XXX do all */
int
linux_arch_prctl(struct thread *td, struct linux_arch_prctl_args *args)
{