Changeset 8c84448 in mainline for kernel/arch/mips32/src/drivers/arc.c


Ignore:
Timestamp:
2006-10-27T09:00:38Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cea12e9
Parents:
8440473
Message:

timer_fnc → virtual_timer_fnc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/drivers/arc.c

    r8440473 r8c84448  
    359359       
    360360        chardev_initialize("arc_console", &console, &arc_ops);
    361         timer_fnc = &arc_keyboard_poll;
     361        virtual_timer_fnc = &arc_keyboard_poll;
    362362        stdin = &console;
    363363        stdout = &console;
Note: See TracChangeset for help on using the changeset viewer.