Changeset 0cfc4d38 in mainline for arch/sparc64/src/sparc64.c
- Timestamp:
- 2005-12-14T01:52:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 38282c0
- Parents:
- 8ad925c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/sparc64.c
r8ad925c r0cfc4d38 29 29 #include <arch.h> 30 30 #include <print.h> 31 #include <arch/asm.h> 32 #include <memstr.h> 31 #include <arch/trap.h> 33 32 #include <arch/trap_table.h> 34 33 #include <arch/console.h> … … 45 44 void arch_pre_smp_init(void) 46 45 { 47 /* 48 * Copy OFW's trap table into kernel and point TBA there. 49 */ 50 memcpy((void *) trap_table, (void *) tba_read(), TRAP_TABLE_SIZE); 51 /* 52 * TBA cannot be changed until there are means of getting it into TLB. 53 * tba_write((__u64) trap_table); 54 */ 46 trap_init(); 55 47 } 56 48
Note:
See TracChangeset
for help on using the changeset viewer.