Changeset 579 for soft


Ignore:
Timestamp:
May 21, 2015, 3:06:03 PM (9 years ago)
Author:
bellefin
Message:

Improve hba driver : adding the _hba_boot_mode variable to indicate which mode is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/kernel_init.c

    r568 r579  
    117117unsigned int   _tty0_boot_mode = 0;
    118118
     119// Kernel uses sqt_lock to protect command allocator in HBA       
     120__attribute__((section(".kdata")))
     121unsigned int   _hba_boot_mode = 0;
     122
    119123// synchronisation barrier for parallel init by all processors     
    120124__attribute__((section(".kdata")))
Note: See TracChangeset for help on using the changeset viewer.