From: Jan Kiszka <jan.kiszka@domain.hid>
To: Philippe Gerum <rpm@xenomai.org>
Cc: adeos-main <adeos-main@gna.org>
Subject: [Adeos-main] [PATCH] Fix CONFIG_IPIPE_DEBUG_CONTEXT in 2.0-12
Date: Wed, 01 Oct 2008 13:29:10 +0200 [thread overview]
Message-ID: <48E35F06.10801@domain.hid> (raw)
Philippe,
hunk below is missing from the merge of my topmost-stalled-warning patch
-v2 into ipipe-git. This fixes CONFIG_IPIPE_DEBUG_CONTEXT build of
ipipe-2.6.26-x86-2.0-12.
Jan
---
kernel/ipipe/core.c | 1 +
1 file changed, 1 insertion(+)
Index: b/kernel/ipipe/core.c
===================================================================
--- a/kernel/ipipe/core.c
+++ b/kernel/ipipe/core.c
@@ -1571,6 +1571,7 @@ void __init ipipe_init_proc(void)
#ifdef CONFIG_IPIPE_DEBUG_CONTEXT
DEFINE_PER_CPU(int, ipipe_percpu_context_check) = { 1 };
+DEFINE_PER_CPU(int, ipipe_saved_context_check_state);
void ipipe_check_context(struct ipipe_domain *border_ipd)
{
next reply other threads:[~2008-10-01 11:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-01 11:29 Jan Kiszka [this message]
2008-10-01 11:45 ` [Adeos-main] [PATCH] Fix CONFIG_IPIPE_DEBUG_CONTEXT in 2.0-12 Philippe Gerum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48E35F06.10801@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=adeos-main@gna.org \
--cc=rpm@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.