git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
devtree: fix addr/size cells should use parent's
[lunaix-os.git]
/
lunaix-os
/
hal
/
devtree
/
dt.c
diff --git
a/lunaix-os/hal/devtree/dt.c
b/lunaix-os/hal/devtree/dt.c
index 7be880b1e5f6855588bf8fe558d16fc846cb871c..72c443c340bc3026691145bdd6147dc6b3572bd4 100644
(file)
--- 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)
{
llist_for_each(pos, n, &dtctx.nodes, nodes)
{
- resolve_interrupt_map(BASE_TO_DTNODE(pos));
+
dt_
resolve_interrupt_map(BASE_TO_DTNODE(pos));
}
}
}
}