Re: 2.6.12-rc4-mm1, build results compared to 2.6.12-rc3-mm3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <[email protected]>
---

 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: [email protected]
Phone: 91-80-25044990
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux