- Timestamp:
- 2005-04-19T16:19:48Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 425913b
- Parents:
- cb4b61d
- Location:
- arch
- Files:
-
- 2 edited
-
ia32/src/ia32.c (modified) (2 diffs)
-
mips/src/mips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/ia32.c
rcb4b61d r7eade45 51 51 52 52 if (config.cpu_active == 1) { 53 ega_init(); /* video */54 53 i8042_init(); /* a20 bit */ 55 i8259_init(); /* PIC */54 i8259_init(); /* PIC */ 56 55 i8254_init(); /* hard clock */ 57 56 58 57 trap_register(VECTOR_SYSCALL, syscall); 59 58 … … 65 64 } 66 65 66 void arch_post_mm_init() 67 { 68 ega_init(); /* video */ 69 } 70 67 71 void calibrate_delay_loop(void) 68 72 { -
arch/mips/src/mips.c
rcb4b61d r7eade45 50 50 cp0_count_write(0); 51 51 } 52 53 void arch_post_mm_init(void) 54 { 55 }
Note:
See TracChangeset
for help on using the changeset viewer.
