mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Summary: Currently ofw_real_bounce_alloc() is requesting memory, using WAITOK, holding a non-sleepable locks, called 'OF Bounce Page'. Fix this by allocating the pages outside of the lock, and only updating the global variables while holding the lock. Submitted by: Breno Leitao Differential Revision: https://reviews.freebsd.org/D14955 |
||
|---|---|---|
| .. | ||
| ofw_machdep.c | ||
| ofw_pcib_pci.c | ||
| ofw_pcibus.c | ||
| ofw_pcibus.h | ||
| ofw_real.c | ||
| ofw_syscons.c | ||
| ofw_syscons.h | ||
| ofwcall32.S | ||
| ofwcall64.S | ||
| openpic_ofw.c | ||
| rtas.c | ||