Indeed, remove bogus since r219405 check of the Linux ABI.

Pointed out:	jhb

MFC after:	2 Week
This commit is contained in:
dchagin 2011-03-09 05:59:33 +00:00
parent e0eca42999
commit 83dbcc9afd

View File

@ -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);