Changeset 282 for trunk/kernel/devices


Ignore:
Timestamp:
Jul 27, 2017, 10:26:03 AM (7 years ago)
Author:
max@…
Message:

Don't use CURRENT_THREAD->core, since it is not yet initialized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_pic.c

    r279 r282  
    135135void dev_pic_enable_ipi()
    136136{
    137     irq_dmsg("\n[INFO] %s : core = [%x,%d]\n",
    138              __FUNCTION__ , local_cxy , CURRENT_THREAD->core->lid );
     137    irq_dmsg("\n[INFO] %s : core = [%x,?]\n",
     138             __FUNCTION__ , local_cxy );
    139139
    140140    // get pointer on PIC chdev
Note: See TracChangeset for help on using the changeset viewer.