Changeset 620 for trunk/kernel/kern
- Timestamp:
- Feb 12, 2019, 2:21:31 PM (6 years ago)
- File:
-
- 1 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()
Note: See TracChangeset
for help on using the changeset viewer.