Ignore:
Timestamp:
Aug 29, 2017, 12:03:37 PM (7 years ago)
Author:
alain
Message:

This version executed successfully the user "init" process on a mono-processor TSAR architecture.

File:
1 edited

Legend:

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

    r296 r406  
    9797    core_t * core = thread_ptr->core;
    9898
    99     nic_dmsg("\n[INFO] %s enters for NIC-RX thread on core %d in cluster %x\n",
     99    nic_dmsg("\n[DMSG] %s enters for NIC-RX thread on core %d in cluster %x\n",
    100100                 __FUNCTION__ , core->lid , local_cxy );
    101101
     
    147147    pkd->length = thread_ptr->nic_cmd.length;
    148148
    149     nic_dmsg("\n[INFO] %s exit for NIC-RX thread on core %d in cluster %x\n",
     149    nic_dmsg("\n[DMSG] %s exit for NIC-RX thread on core %d in cluster %x\n",
    150150             __FUNCTION__ , core->lid , local_cxy );
    151151
     
    167167    core_t * core = thread_ptr->core;
    168168
    169     nic_dmsg("\n[INFO] %s enters for NIC-RX thread on core %d in cluster %x\n",
     169    nic_dmsg("\n[DMSG] %s enters for NIC-RX thread on core %d in cluster %x\n",
    170170                 __FUNCTION__ , core->lid , local_cxy );
    171171
     
    215215    if( error ) return error;
    216216
    217     nic_dmsg("\n[INFO] %s exit for NIC-TX thread on core %d in cluster %x\n",
     217    nic_dmsg("\n[DMSG] %s exit for NIC-TX thread on core %d in cluster %x\n",
    218218             __FUNCTION__ , core->lid , local_cxy );
    219219
Note: See TracChangeset for help on using the changeset viewer.