Changeset 0d107f31 in mainline for kernel/arch/sparc64/src/sparc64.c
- Timestamp:
- 2006-10-13T20:42:54Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dcf22a
- Parents:
- 8ce8499
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sparc64.c
r8ce8499 r0d107f31 47 47 #include <genarch/ofw/ofw_tree.h> 48 48 #include <userspace.h> 49 #include <irq.h> 49 50 50 51 bootinfo_t bootinfo; … … 77 78 void arch_post_mm_init(void) 78 79 { 79 if (config.cpu_active == 1) 80 if (config.cpu_active == 1) { 81 irq_init(1<<11, 128); 80 82 standalone_sparc64_console_init(); 83 } 81 84 } 82 85
Note:
See TracChangeset
for help on using the changeset viewer.