Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/coresight/coresight.c
Show First 20 Lines • Show All 117 Lines • ▼ Show 20 Lines | |||||
static void | static void | ||||
coresight_init(void) | coresight_init(void) | ||||
{ | { | ||||
mtx_init(&cs_mtx, "ARM Coresight", NULL, MTX_DEF); | mtx_init(&cs_mtx, "ARM Coresight", NULL, MTX_DEF); | ||||
TAILQ_INIT(&cs_devs); | TAILQ_INIT(&cs_devs); | ||||
} | } | ||||
SYSINIT(coresight, SI_SUB_DRIVERS, SI_ORDER_FIRST, coresight_init, NULL); | SYSINIT(coresight, SI_SUB_DRIVERS, SI_ORDER_FIRST, coresight_init); |