Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2011 05:59:33 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219421 - head/sys/compat/linux
Message-ID:  <201103090559.p295xXhi098569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Wed Mar  9 05:59:33 2011
New Revision: 219421
URL: http://svn.freebsd.org/changeset/base/219421

Log:
  Indeed, remove bogus since r219405 check of the Linux ABI.
  
  Pointed out:	jhb
  
  MFC after:	2 Week

Modified:
  head/sys/compat/linux/linux_emul.c

Modified: head/sys/compat/linux/linux_emul.c
==============================================================================
--- head/sys/compat/linux/linux_emul.c	Wed Mar  9 04:48:06 2011	(r219420)
+++ head/sys/compat/linux/linux_emul.c	Wed Mar  9 05:59:33 2011	(r219421)
@@ -309,9 +309,6 @@ linux_schedtail(struct thread *td)
 
 	p = td->td_proc;
 
-	if (SV_PROC_ABI(p) != SV_ABI_LINUX)
-		return;
-
 	/* find the emuldata */
 	em = em_find(p, EMUL_DOLOCK);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103090559.p295xXhi098569>