svn commit: r283388 - head/sys/compat/linux

Chagin Dmitry dchagin at freebsd.org
Mon May 25 05:20:27 UTC 2015


On Mon, May 25, 2015 at 10:27:06AM +0800, Julian Elischer wrote:
> On 5/24/15 10:57 PM, Dmitry Chagin wrote:
> > Author: dchagin
> > Date: Sun May 24 14:57:39 2015
> > New Revision: 283388
> > URL: https://svnweb.freebsd.org/changeset/base/283388
> >
> > Log:
> >    Remove a now unused define.
> >    
> >    Differential Revision:	https://reviews.freebsd.org/D1043
> >    Reviewed by:	trasz
> 
> will we be losing the ability to run older linux binaries and libraries?

i don't think so, THREADING_FLAGS contains CLONE_THREAD that is not 'old'
> 
> >
> > Modified:
> >    head/sys/compat/linux/linux_misc.h
> >
> > Modified: head/sys/compat/linux/linux_misc.h
> > ==============================================================================
> > --- head/sys/compat/linux/linux_misc.h	Sun May 24 14:57:17 2015	(r283387)
> > +++ head/sys/compat/linux/linux_misc.h	Sun May 24 14:57:39 2015	(r283388)
> > @@ -90,10 +90,6 @@ extern const char *linux_platform;
> >   #define	LINUX_CLONE_CHILD_CLEARTID	0x00200000
> >   #define	LINUX_CLONE_CHILD_SETTID	0x01000000
> >   
> > -#define	LINUX_THREADING_FLAGS					\
> > -	(LINUX_CLONE_VM | LINUX_CLONE_FS | LINUX_CLONE_FILES |	\
> > -	LINUX_CLONE_SIGHAND | LINUX_CLONE_THREAD)
> > -
> >   /* Scheduling policies */
> >   #define	LINUX_SCHED_OTHER	0
> >   #define	LINUX_SCHED_FIFO	1
> >
> >

-- 
Have fun!
chd


More information about the svn-src-head mailing list