All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [PATCH 1/7] Tracer build fix for x86_64
@ 2007-04-26 18:39 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2007-04-26 18:39 UTC (permalink / raw)
  To: adeos-main; +Cc: Philippe Gerum


[-- Attachment #1.1: Type: text/plain, Size: 66 bytes --]

Other archs, other kernel versions, other implicit includes. :-/

[-- Attachment #1.2: fix-x86_64-tracer-build.patch --]
[-- Type: text/plain, Size: 508 bytes --]

---
 kernel/ipipe/tracer.c |    2 ++
 1 file changed, 2 insertions(+)

Index: linux-2.6.20-x64/kernel/ipipe/tracer.c
===================================================================
--- linux-2.6.20-x64.orig/kernel/ipipe/tracer.c
+++ linux-2.6.20-x64/kernel/ipipe/tracer.c
@@ -29,6 +29,8 @@
 #include <linux/ctype.h>
 #include <linux/vmalloc.h>
 #include <linux/utsrelease.h>
+#include <linux/sched.h>
+#include <linux/ipipe.h>
 #include <linux/ipipe_trace.h>
 #include <asm/uaccess.h>
 

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-26 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-26 18:39 [Adeos-main] [PATCH 1/7] Tracer build fix for x86_64 Jan Kiszka

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.