Ignore:
Timestamp:
Jan 29, 2018, 6:08:07 PM (6 years ago)
Author:
alain
Message:

blip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/printk.h

    r415 r428  
    8383
    8484/**********************************************************************************
    85  * This function displays a message and forces the calling core in sleeping mode.
    86  **********************************************************************************
    87  * @ format        : formatted string
    88  *********************************************************************************/
    89 void _panic( char* format, ... );
    90 
    91 /**********************************************************************************
    9285 * This function displays a formated message on kernel TXT0 terminal,
    9386 * and forces the calling core in sleeping mode if a Boolean condition is false.
     
    126119void putl( uint64_t val );
    127120
    128 
    129 #define panic(fmt, ...)     _panic("\n[PANIC] %s(): " fmt "\n", __func__, ##__VA_ARGS__)
    130121
    131122///////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.