Changes in kernel/arch/sparc64/src/drivers/sgcn.c [af24629:a71c158] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/sgcn.c
raf24629 ra71c158 40 40 #include <genarch/ofw/ofw_tree.h> 41 41 #include <debug.h> 42 #include <str .h>42 #include <string.h> 43 43 #include <print.h> 44 44 #include <mm/page.h> … … 132 132 static void init_sram_begin(void) 133 133 { 134 ASSERT(instance) ;134 ASSERT(instance) 135 135 136 136 ofw_tree_node_t *chosen = ofw_tree_lookup("/chosen");
Note:
See TracChangeset
for help on using the changeset viewer.