Changes in kernel/arch/sparc64/src/sun4u/sparc64.c [19f857a:66e08d02] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4u/sparc64.c
r19f857a r66e08d02 44 44 #include <arch/mm/page.h> 45 45 #include <arch/stack.h> 46 #include <interrupt.h>47 46 #include <genarch/ofw/ofw_tree.h> 48 47 #include <userspace.h> 49 48 #include <ddi/irq.h> 50 #include <str .h>49 #include <string.h> 51 50 52 51 bootinfo_t bootinfo; … … 167 166 } 168 167 169 void irq_initialize_arch(irq_t *irq)170 {171 (void) irq;172 }173 174 168 /** @} 175 169 */
Note:
See TracChangeset
for help on using the changeset viewer.