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

Collapse All | Expand All

(-)linux-4.9.9-gentoo/include/linux/printk.h (-2 / +2 lines)
Lines 124-130 Link Here
124
})
124
})
125
125
126
#ifdef CONFIG_EARLY_PRINTK
126
#ifdef CONFIG_EARLY_PRINTK
127
extern asmlinkage __printf(1, 2)
127
asmlinkage  __printf(1, 2)
128
void early_printk(const char *fmt, ...);
128
void early_printk(const char *fmt, ...);
129
#else
129
#else
130
static inline __printf(1, 2) __cold
130
static inline __printf(1, 2) __cold
Lines 255-261 Link Here
255
}
255
}
256
#endif
256
#endif
257
257
258
extern asmlinkage void dump_stack(void) __cold;
258
asmlinkage void dump_stack(void) __cold;
259
259
260
#ifndef pr_fmt
260
#ifndef pr_fmt
261
#define pr_fmt(fmt) fmt
261
#define pr_fmt(fmt) fmt

Return to bug 607480