Ignore:
Timestamp:
Apr 21, 2014, 5:46:38 AM (10 years ago)
Author:
alain
Message:

The main modif is in TTY driver: The hard lock implemented in the
vci_multi_tty component is not used anymore, because this (non cacheable)
lock was not scalable... It has been replaced by a software (cacheable) lock
that has a better scalability in case of hardware cache coherence.
(see the _tty_get_lock() and _tty_release_lock() functions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/ioc_driver.c

    r297 r313  
    164164        " - channel  = %d\n"
    165165        " - mode     = %d\n"
    166         " - vaddr    = %d\n"
     166        " - vaddr    = %x\n"
    167167        " - sectors  = %d\n"
    168         " - lba      = %d\n",
     168        " - lba      = %x\n",
    169169        x, y, lpid, _get_proctime(), channel, mode, buf_vaddr, count, lba );
    170170#endif
Note: See TracChangeset for help on using the changeset viewer.