All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [PATCH] Fix include for kernel/panic.c
@ 2008-12-29 14:52 Jan Kiszka
  2008-12-29 15:55 ` Gilles Chanteperdrix
  2008-12-29 16:00 ` Philippe Gerum
  0 siblings, 2 replies; 7+ messages in thread
From: Jan Kiszka @ 2008-12-29 14:52 UTC (permalink / raw)
  To: adeos-main

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

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.

Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>

---
 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;


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-12-29 20:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 14:52 [Adeos-main] [PATCH] Fix include for kernel/panic.c Jan Kiszka
2008-12-29 15:55 ` Gilles Chanteperdrix
2008-12-29 17:28   ` Jan Kiszka
2008-12-29 17:31     ` Gilles Chanteperdrix
2008-12-29 18:10       ` Jan Kiszka
2008-12-29 20:32     ` Philippe Gerum
2008-12-29 16:00 ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.