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

Pointed out:	jhb

MFC after:	2 Week
This commit is contained in:
Dmitry Chagin 2011-03-09 05:59:33 +00:00
parent d445d5407a
commit a2cd91cf28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219421

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