X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/4a75b95c3cb2194fb982a9c1b93531d19562c4cc..9293880:/lunaix-os/hal/devtree/dt.c?ds=sidebyside diff --git a/lunaix-os/hal/devtree/dt.c b/lunaix-os/hal/devtree/dt.c index 7be880b..72c443c 100644 --- a/lunaix-os/hal/devtree/dt.c +++ b/lunaix-os/hal/devtree/dt.c @@ -433,7 +433,7 @@ __resolve_inter_map() llist_for_each(pos, n, &dtctx.nodes, nodes) { - resolve_interrupt_map(BASE_TO_DTNODE(pos)); + dt_resolve_interrupt_map(BASE_TO_DTNODE(pos)); } }