Ignore:
Timestamp:
Aug 14, 2017, 2:51:39 PM (7 years ago)
Author:
max@…
Message:

Use panic().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/cluster.c

    r296 r374  
    305305    if( (lpid >= CONFIG_MAX_PROCESS_PER_CLUSTER) || (owner_cxy != local_cxy) )
    306306    {
    307         printk("\n[PANIC] in %s : illegal PID\n", __FUNCTION__ );
    308         hal_core_sleep();
     307        panic("illegal PID");
    309308    }
    310309
Note: See TracChangeset for help on using the changeset viewer.