Re: [patch 3/3] Add bug/warn marker to generic report_bug()

2008-01-16 Thread Arjan van de Ven
On Wed, 16 Jan 2008 19:10:00 -0600 Olof Johansson <[EMAIL PROTECTED]> wrote: > Powerpc uses the generic report_bug() from lib/bug.c to report > warnings, and I'm guessing other arches do as well. > > Add the module list as well as the end-of-trace marker to the output. > This required making prin

[patch 3/3] Add bug/warn marker to generic report_bug()

2008-01-16 Thread Olof Johansson
Powerpc uses the generic report_bug() from lib/bug.c to report warnings, and I'm guessing other arches do as well. Add the module list as well as the end-of-trace marker to the output. This required making print_oops_end_marker() nonstatic. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> dif