Changeset 7a8c866a in mainline for arch/mips32/src/drivers/msim.c
- Timestamp:
- 2005-12-10T17:51:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2312685
- Parents:
- e5fcf00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/drivers/msim.c
re5fcf00 r7a8c866a 82 82 chardev_initialize("msim_console", &console, &msim_ops); 83 83 84 exc_register(MSIM_KBD_IRQ, "msim_kbd", msim_interrupt);84 int_register(MSIM_KBD_IRQ, "msim_kbd", msim_interrupt); 85 85 86 86 cp0_unmask_int(MSIM_KBD_IRQ);
Note:
See TracChangeset
for help on using the changeset viewer.