summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_emul.c
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2011-03-09 05:59:33 +0000
committerdchagin <dchagin@FreeBSD.org>2011-03-09 05:59:33 +0000
commit83dbcc9afd4afaa47e0ab223348bf73557429df7 (patch)
tree57493256d32495134ce59cb7bd08036269556d94 /sys/compat/linux/linux_emul.c
parente0eca429992ec406bed7ea5db8b65cd613b54bff (diff)
downloadFreeBSD-src-83dbcc9afd4afaa47e0ab223348bf73557429df7.zip
FreeBSD-src-83dbcc9afd4afaa47e0ab223348bf73557429df7.tar.gz
Indeed, remove bogus since r219405 check of the Linux ABI.
Pointed out: jhb MFC after: 2 Week
Diffstat (limited to 'sys/compat/linux/linux_emul.c')
-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