Changeset 8c84448 in mainline for kernel/arch/mips32/src/drivers/arc.c
- Timestamp:
- 2006-10-27T09:00:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cea12e9
- Parents:
- 8440473
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/drivers/arc.c
r8440473 r8c84448 359 359 360 360 chardev_initialize("arc_console", &console, &arc_ops); 361 timer_fnc = &arc_keyboard_poll;361 virtual_timer_fnc = &arc_keyboard_poll; 362 362 stdin = &console; 363 363 stdout = &console;
Note:
See TracChangeset
for help on using the changeset viewer.