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/pic_driver.c

    r298 r313  
    4242
    4343/////////////////////////////////////////////////////////////////////////////////
    44 // This function initializes the XICU target physical address corresponding
    45 // to a given HWI channel.
     44// This function initializes the XICU target physical address (vaddr + extend)
     45// corresponding to a given HWI channel.
    4646/////////////////////////////////////////////////////////////////////////////////
    4747void _pic_init( unsigned int channel,      // source PIC HWI channel
Note: See TracChangeset for help on using the changeset viewer.