mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Compilation of the AVILA kernel failed because of two reasons: - It needed curthread, which is defined through <sys/pcpu.h>. - It still referred the softc's sc_mtx field, which has been replaced by sc_lock three weeks ago. To solve the first problem, I decided to include <sys/pcpu.h> in <sys/sx.h>, which also seems to be done by <sys/mutex.h> and <sys/rwlock.h>. Those header files also require curthread. Approved by: jhb |
||
|---|---|---|
| .. | ||
| ad7418.c | ||
| ds133x.c | ||
| ds1672.c | ||
| icee.c | ||
| if_ic.c | ||
| iic.c | ||
| iic.h | ||
| iicbb.c | ||
| iicbb_if.m | ||
| iicbus.c | ||
| iicbus.h | ||
| iicbus_if.m | ||
| iiconf.c | ||
| iiconf.h | ||
| iicsmb.c | ||