debug_putstr
#define debug_putstr(__x) __putstr(__x)
static inline void debug_putstr(const char *s)
#define debug_putstr(v) early_printk("%s", v)