aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2011-03-09 05:59:33 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2011-03-09 05:59:33 +0000
commita2cd91cf2879e527f8486d28f271341c941432dc (patch)
tree57493256d32495134ce59cb7bd08036269556d94 /sys/compat
parentd445d5407a02a3f45d2abd2230a4af90096d6f69 (diff)
downloadsrc-a2cd91cf2879e527f8486d28f271341c941432dc.tar.gz
src-a2cd91cf2879e527f8486d28f271341c941432dc.zip
Indeed, remove bogus since r219405 check of the Linux ABI.
Pointed out: jhb MFC after: 2 Week
Notes
Notes: svn path=/head/; revision=219421
Diffstat (limited to 'sys/compat')
-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 639d4036b889..7585c0d0179e 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);