Changeset d6e5cbc in mainline for arch/mips32/src/mips32.c
- Timestamp:
- 2006-05-28T18:17:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5552d60
- Parents:
- 3bf5976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mips32.c
r3bf5976 rd6e5cbc 81 81 /* Initialize dispatch table */ 82 82 exception_init(); 83 interrupt_init();84 85 83 arc_init(); 86 84 … … 90 88 memcpy(CACHE_EXC, (char *)cache_error_entry, EXCEPTION_JUMP_SIZE); 91 89 90 interrupt_init(); 92 91 /* 93 92 * Switch to BEV normal level so that exception vectors point to the kernel. … … 100 99 */ 101 100 cp0_mask_all_int(); 101 102 102 /* 103 103 * Unmask hardware clock interrupt. 104 104 */ 105 105 cp0_unmask_int(TIMER_IRQ); 106 107 /*108 * Start hardware clock.109 */110 cp0_compare_write(cp0_compare_value + cp0_count_read());111 106 112 107 console_init();
Note:
See TracChangeset
for help on using the changeset viewer.