Changeset 45b26dad in mainline for kernel/arch/sparc64/src/sparc64.c
- Timestamp:
- 2006-09-26T12:59:28Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b44939b
- Parents:
- 6ff1f1e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sparc64.c
r6ff1f1e r45b26dad 38 38 #include <arch/trap/trap.h> 39 39 #include <arch/console.h> 40 #include <arch/drivers/tick.h>41 40 #include <proc/thread.h> 42 41 #include <console/console.h> … … 73 72 { 74 73 trap_init(); 75 tick_init();76 74 } 77 75
Note:
See TracChangeset
for help on using the changeset viewer.