* [Adeos-main] [PATCH] Fix CONFIG_IPIPE_DEBUG_CONTEXT in 2.0-12
@ 2008-10-01 11:29 Jan Kiszka
2008-10-01 11:45 ` Philippe Gerum
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2008-10-01 11:29 UTC (permalink / raw)
To: Philippe Gerum; +Cc: adeos-main
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)
{
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Adeos-main] [PATCH] Fix CONFIG_IPIPE_DEBUG_CONTEXT in 2.0-12
2008-10-01 11:29 [Adeos-main] [PATCH] Fix CONFIG_IPIPE_DEBUG_CONTEXT in 2.0-12 Jan Kiszka
@ 2008-10-01 11:45 ` Philippe Gerum
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2008-10-01 11:45 UTC (permalink / raw)
To: Jan Kiszka; +Cc: adeos-main
Jan Kiszka wrote:
> 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.
>
Merged, thanks.
> 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)
> {
>
--
Philippe.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-01 11:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 11:29 [Adeos-main] [PATCH] Fix CONFIG_IPIPE_DEBUG_CONTEXT in 2.0-12 Jan Kiszka
2008-10-01 11:45 ` Philippe Gerum
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.