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/dqdt.c

    r286 r374  
    7272    if( (x_size > 32) || (y_size > 32) )
    7373    {
    74         printk("\n[PANIC] in %s : illegal mesh size for DQDT support\n",
    75                __FUNCTION__ );
    76         hal_core_sleep();
     74        panic("illegal mesh size for DQDT support");
    7775    }
    7876
Note: See TracChangeset for help on using the changeset viewer.