lkml.org 
[lkml]   [2005]   [May]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.12-rc4-mm1, build results compared to 2.6.12-rc3-mm3
On Thu, May 12, 2005 at 12:24:45PM +0000, Jan Dittmer wrote:
> Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc4/2.6.12-rc4-mm1/
>
>
> Comparing 2.6.12-rc3-mm3 to 2.6.12-rc4-mm1 (defconfig)
>
> - sparc64: broke
> CC arch/sparc64/kernel/signal32.o
> CC arch/sparc64/kernel/ioctl32.o
> CC arch/sparc64/kernel/binfmt_elf32.o
> CC arch/sparc64/kernel/module.o
> CC arch/sparc64/kernel/kprobes.o
> In file included from /usr/src/ctest/mm/kernel/arch/sparc64/kernel/kprobes.c:8:
> /usr/src/ctest/mm/kernel/include/linux/kprobes.h:122: error: parse error before "spinlock_t"
> /usr/src/ctest/mm/kernel/include/linux/kprobes.h:123: warning: function declaration isn't a prototype
> make[2]: *** [arch/sparc64/kernel/kprobes.o] Error 1
> make[1]: *** [arch/sparc64/kernel] Error 2
> make: *** [_all] Error 2


#include <linux/sched.h> to fix this compile issue.


Signed-off-by: Maneesh Soni <maneesh@in.ibm.com>
---

linux-2.6.12-rc4-mm1-maneesh/include/linux/kprobes.h | 1 +
1 files changed, 1 insertion(+)

diff -puN include/linux/kprobes.h~kprobes-function-return-probes-sparc64-compile-fix include/linux/kprobes.h
--- linux-2.6.12-rc4-mm1/include/linux/kprobes.h~kprobes-function-return-probes-sparc64-compile-fix 2005-05-13 11:44:45.310631368 +0530
+++ linux-2.6.12-rc4-mm1-maneesh/include/linux/kprobes.h 2005-05-13 11:46:13.922160368 +0530
@@ -33,6 +33,7 @@
#include <linux/list.h>
#include <linux/notifier.h>
#include <linux/smp.h>
+#include <linux/sched.h>
#include <asm/kprobes.h>

struct kprobe;
_


Thanks
Maneesh

--
Maneesh Soni
Linux Technology Center,
IBM India Software Labs,
Bangalore, India
email: maneesh@in.ibm.com
Phone: 91-80-25044990
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-05-13 08:25    [W:1.981 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site