Changeset 629 for trunk/hal/tsar_mips32/drivers
- Timestamp:
- May 17, 2019, 9:27:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/drivers/soclib_pic.c
r570 r629 156 156 157 157 // check RPC FIFO, and activate or create a RPC thread 158 // (condition is always true, but we use the ack value to avoid a GCC warning) 158 // condition is always true, but we use the ack value 159 // to avoid a GCC warning 159 160 if( ack + 1 ) sched_yield("IPI received"); 160 161 } … … 200 201 201 202 if( src_chdev == NULL ) // strange, but not fatal 202 {203 { 203 204 printk("\n[WARNING] in %s : no handler for HWI %d on core %d in cluster %x\n", 204 205 __FUNCTION__ , index , core->lid , local_cxy );
Note: See TracChangeset
for help on using the changeset viewer.