ATOM_SDEBUG_PRINT
#define ATOM_SDEBUG_PRINT(...) do if (atom_debug) { kprintf(__FILE__); debug_print_spaces(debug_depth); kprintf(__VA_ARGS__); } while (0)
#define ATOM_SDEBUG_PRINT(...) do { } while (0)