Changeset 615 for soft/giet_vm/giet_kernel/kernel_init.c
- Timestamp:
- Jul 15, 2015, 6:17:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/kernel_init.c
r592 r615 113 113 unsigned int _tty0_boot_mode = 0; 114 114 115 // Kernel uses distributed locks to protect MMC 116 __attribute__((section(".kdata"))) 117 unsigned int _mmc_boot_mode = 0; 118 115 119 // Kernel uses sqt_lock to protect command allocator in HBA 116 120 __attribute__((section(".kdata"))) … … 161 165 #if GIET_DEBUG_INIT 162 166 _nolock_printf("\n[DEBUG KINIT] P[%d,%d,%d] completes kernel heap init\n", x, y, p ); 167 #endif 168 ////// distributed lock for MMC 169 _mmc_init_locks(); 170 171 #if GIET_DEBUG_INIT 172 _nolock_printf("\n[DEBUG KINIT] P[%d,%d,%d] completes MMC distributed lock init\n", x , y , p ); 163 173 #endif 164 174 ////// distributed lock for TTY0
Note: See TracChangeset
for help on using the changeset viewer.