Changeset 579
- Timestamp:
- May 21, 2015, 3:06:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/kernel_init.c
r568 r579 117 117 unsigned int _tty0_boot_mode = 0; 118 118 119 // Kernel uses sqt_lock to protect command allocator in HBA 120 __attribute__((section(".kdata"))) 121 unsigned int _hba_boot_mode = 0; 122 119 123 // synchronisation barrier for parallel init by all processors 120 124 __attribute__((section(".kdata")))
Note: See TracChangeset
for help on using the changeset viewer.