Indeed, remove bogus since r219405 check of the Linux ABI.
Pointed out: jhb MFC after: 2 Week
This commit is contained in:
parent
e0eca42999
commit
83dbcc9afd
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user