Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 603472 | Differences between
and this patch

Collapse All | Expand All

(-)a/include/linux/printk.h (-3 / +2 lines)
Lines 139-145 struct va_format { Link Here
139
})
139
})
140
140
141
#ifdef CONFIG_EARLY_PRINTK
141
#ifdef CONFIG_EARLY_PRINTK
142
extern asmlinkage __printf(1, 2)
142
asmlinkage  __printf(1, 2)
143
void early_printk(const char *fmt, ...);
143
void early_printk(const char *fmt, ...);
144
#else
144
#else
145
static inline __printf(1, 2) __cold
145
static inline __printf(1, 2) __cold
Lines 270-276 static inline void show_regs_print_info(const char *log_lvl) Link Here
270
}
270
}
271
#endif
271
#endif
272
272
273
extern asmlinkage void dump_stack(void) __cold;
273
asmlinkage void dump_stack(void) __cold;
274
274
275
#ifndef pr_fmt
275
#ifndef pr_fmt
276
#define pr_fmt(fmt) fmt
276
#define pr_fmt(fmt) fmt
277
- 

Return to bug 603472