Changeset 285 for branch/giet_vm_ioc_drivers/giet_boot/boot.c
- Timestamp:
- Jan 31, 2014, 4:10:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/giet_vm_ioc_drivers/giet_boot/boot.c
r283 r285 1169 1169 unsigned int alloc_tim_channel[X_SIZE*Y_SIZE]; // user TIMER allocators 1170 1170 1171 if ( !GIET_MONO_TTY) alloc_tty_channel++;1171 if (NB_TTY_CHANNELS > 1) alloc_tty_channel++; 1172 1172 1173 1173 ///////////////////////////////////////////////////////////////////////// … … 1372 1372 } 1373 1373 ctx_tty = alloc_tty_channel; 1374 if ( !GIET_MONO_TTY) alloc_tty_channel++;1374 if (NB_TTY_CHANNELS > 1) alloc_tty_channel++; 1375 1375 } 1376 1376 // ctx_nic : NIC channel global index provided by the global allocator
Note: See TracChangeset
for help on using the changeset viewer.