summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/compat/linux/linux_emul.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_emul.c b/sys/compat/linux/linux_emul.c
index 639d403..7585c0d 100644
--- a/sys/compat/linux/linux_emul.c
+++ b/sys/compat/linux/linux_emul.c
@@ -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);
OpenPOWER on IntegriCloud