Re: [PATCH][GIT PULL] tracing: Fix compile issue fortrace_sched_wakeup.c

From: Ingo Molnar
Date: Mon Oct 25 2010 - 13:33:17 EST



another data point is that applying the patch below from Peter seems to stabilize
things, i've got 130 successful randconfig iterations so far and no crash.

I.e. it's directly jump labels related.

Thanks,

Ingo

NOT-Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
include/linux/jump_label.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h
index b67cb18..4732acd 100644
--- a/include/linux/jump_label.h
+++ b/include/linux/jump_label.h
@@ -1,10 +1,12 @@
#ifndef _LINUX_JUMP_LABEL_H
#define _LINUX_JUMP_LABEL_H

+#if 0
#if defined(CC_HAVE_ASM_GOTO) && defined(CONFIG_HAVE_ARCH_JUMP_LABEL)
# include <asm/jump_label.h>
# define HAVE_JUMP_LABEL
#endif
+#endif

enum jump_label_type {
JUMP_LABEL_ENABLE,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/