svn commit: r294621 - head/sys/amd64/linux

Dmitry Chagin dchagin at FreeBSD.org
Sat Jan 23 08:08:07 UTC 2016


Author: dchagin
Date: Sat Jan 23 08:08:06 2016
New Revision: 294621
URL: https://svnweb.freebsd.org/changeset/base/294621

Log:
  Remove obsolete comment.
  
  MFC after:	3 days

Modified:
  head/sys/amd64/linux/linux_machdep.c

Modified: head/sys/amd64/linux/linux_machdep.c
==============================================================================
--- head/sys/amd64/linux/linux_machdep.c	Sat Jan 23 08:04:29 2016	(r294620)
+++ head/sys/amd64/linux/linux_machdep.c	Sat Jan 23 08:08:06 2016	(r294621)
@@ -383,7 +383,6 @@ linux_sigaltstack(struct thread *td, str
 	return (error);
 }
 
-/* XXX do all */
 int
 linux_arch_prctl(struct thread *td, struct linux_arch_prctl_args *args)
 {


More information about the svn-src-all mailing list