This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/6967] systemtap broken on s390x, compilation error
- From: "jkenisto at us dot ibm dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 20 Oct 2008 18:23:21 -0000
- Subject: [Bug runtime/6967] systemtap broken on s390x, compilation error
- References: <20081020135234.6967.pmuller@redhat.com>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From jkenisto at us dot ibm dot com 2008-10-20 18:23 -------
I think the problem is that asm-s390/irqflags.h calls typecheck() (unlike the
other asm/irqflags.h files). typecheck() is defined in linux/kernel.h. Could
you try the following fix?
In runtime/autoconf-oneachcpu-retry.c, change
#include <linux/stddef.h>
to
#include <linux/kernel.h>
Thanks.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6967
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.