From 83dbcc9afd4afaa47e0ab223348bf73557429df7 Mon Sep 17 00:00:00 2001 From: dchagin Date: Wed, 9 Mar 2011 05:59:33 +0000 Subject: 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(-) (limited to 'sys/compat/linux/linux_emul.c') 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); -- cgit v1.1