mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Don't use RFTHREAD when creating a kernel process.
This commit is contained in:
parent
068c487f19
commit
d961068fba
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ pcic_create_event_thread(void *arg)
|
|||
}
|
||||
|
||||
if (kthread_create(pcic_event_thread, h, &h->event_thread,
|
||||
RFTHREAD, "%s,%s", device_get_name(PCIC_H2SOFTC(h)->dev), cs)) {
|
||||
0 "%s,%s", device_get_name(PCIC_H2SOFTC(h)->dev), cs)) {
|
||||
device_printf(PCIC_H2SOFTC(h)->dev,
|
||||
"cannot create event thread for sock 0x%02x\n", h->sock);
|
||||
panic("pcic_create_event_thread");
|
||||
|
|
|
|||
Loading…
Reference in a new issue