Changeset 7a8c866a in mainline for arch/mips32/src/drivers/arc.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/arc.c
re5fcf00 r7a8c866a 252 252 253 253 chardev_initialize("arc_console", &console, &arc_ops); 254 old_timer = exc_register(TIMER_IRQ, "arc_kb_poll", timer_replace);254 old_timer = int_register(TIMER_IRQ, "arc_kb_poll", timer_replace); 255 255 return &console; 256 256 }
Note:
See TracChangeset
for help on using the changeset viewer.