Changeset 578


Ignore:
Timestamp:
May 21, 2015, 3:05:30 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_boot/boot.c

    r564 r578  
    172172unsigned int        _tty0_boot_mode = 1;
    173173
     174// boot code does not uses a lock to protect HBA command allocator
     175__attribute__((section(".kdata")))
     176unsigned int        _hba_boot_mode = 1;
     177
    174178__attribute__((section(".kdata")))
    175179spin_lock_t         _ptabs_spin_lock[GIET_NB_VSPACE_MAX][X_SIZE][Y_SIZE];
Note: See TracChangeset for help on using the changeset viewer.