Changeset 25d7709 in mainline for arch/ia32/src/ia32.c
- Timestamp:
- 2006-03-13T20:08:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ca4d
- Parents:
- 45d6add
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/ia32.c
r45d6add r25d7709 61 61 i8254_init(); /* hard clock */ 62 62 63 exc_register(VECTOR_SYSCALL, "syscall", syscall);63 exc_register(VECTOR_SYSCALL, "syscall", (iroutine) syscall); 64 64 65 65 #ifdef CONFIG_SMP 66 66 exc_register(VECTOR_TLB_SHOOTDOWN_IPI, "tlb_shootdown", 67 tlb_shootdown_ipi);67 (iroutine) tlb_shootdown_ipi); 68 68 #endif /* CONFIG_SMP */ 69 69 }
Note:
See TracChangeset
for help on using the changeset viewer.