Changeset 620
- Timestamp:
- Feb 12, 2019, 2:21:31 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/thread.c
r619 r620 1434 1434 1435 1435 // display a warning 1436 printk("\n[WARNING] set the DEBUG_BUSYLOCK parameter in kernel_config.h" 1437 " to display busylocks for thread(%x,%x)\n", pid, trdid ); 1436 printk("\n[WARNING] set DEBUG_BUSYLOCK in kernel_config.h to display busylocks" ); 1438 1437 1439 1438 } // end thread_display_busylock() -
trunk/kernel/kernel_config.h
r619 r620 35 35 //////////////////////////////////////////////////////////////////////////////////////////// 36 36 37 #define DEBUG_BARRIER_CREATE 138 #define DEBUG_BARRIER_DESTROY 137 #define DEBUG_BARRIER_CREATE 0 38 #define DEBUG_BARRIER_DESTROY 0 39 39 #define DEBUG_BARRIER_WAIT 0 40 40 41 #define DEBUG_BUSYLOCK 141 #define DEBUG_BUSYLOCK 0 42 42 #define DEBUG_BUSYLOCK_THREAD_XP 0x0ULL // selected thread xptr 43 43 -
trunk/params-hard.mk
r619 r620 2 2 3 3 ARCH = /users/alain/soc/tsar-trunk-svn-2013/platforms/tsar_generic_iob 4 X_SIZE = 14 X_SIZE = 2 5 5 Y_SIZE = 2 6 6 NB_PROCS = 1 7 NB_TTYS = 27 NB_TTYS = 3 8 8 IOC_TYPE = IOC_BDV 9 9 TXT_TYPE = TXT_TTY
Note: See TracChangeset
for help on using the changeset viewer.