Jan Kiszka wrote: > Not all archs include ipipe_trace.h implicitly so that bulding > kernel/panic.c may break in oops_enter (seen on ARM with tracer > disabled). Fix this with a proper include. >
Thanks. Fix a bit earlier on ppc as well. I will push my tree soon now since things seem to have gone back to normal wrt 2.6.27. > Signed-off-by: Jan Kiszka <[email protected]> > > --- > kernel/panic.c | 1 + > 1 file changed, 1 insertion(+) > > Index: b/kernel/panic.c > =================================================================== > --- a/kernel/panic.c > +++ b/kernel/panic.c > @@ -21,6 +21,7 @@ > #include <linux/debug_locks.h> > #include <linux/random.h> > #include <linux/kallsyms.h> > +#include <linux/ipipe_trace.h> > > int panic_on_oops; > int tainted; > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Adeos-main mailing list > [email protected] > https://mail.gna.org/listinfo/adeos-main -- Philippe. _______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
