mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Indeed, remove bogus since r219405 check of the Linux ABI.
Pointed out: jhb MFC after: 2 Week
This commit is contained in:
parent
d445d5407a
commit
a2cd91cf28
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Reference in a new issue