Changeset 578
- Timestamp:
- May 21, 2015, 3:05:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r564 r578 172 172 unsigned int _tty0_boot_mode = 1; 173 173 174 // boot code does not uses a lock to protect HBA command allocator 175 __attribute__((section(".kdata"))) 176 unsigned int _hba_boot_mode = 1; 177 174 178 __attribute__((section(".kdata"))) 175 179 spin_lock_t _ptabs_spin_lock[GIET_NB_VSPACE_MAX][X_SIZE][Y_SIZE];
Note: See TracChangeset
for help on using the changeset viewer.