From a2cd91cf2879e527f8486d28f271341c941432dc Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Wed, 9 Mar 2011 05:59:33 +0000 Subject: [PATCH] Indeed, remove bogus since r219405 check of the Linux ABI. Pointed out: jhb MFC after: 2 Week --- sys/compat/linux/linux_emul.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/compat/linux/linux_emul.c b/sys/compat/linux/linux_emul.c index 639d4036b88..7585c0d0179 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);