From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48E35F06.10801@domain.hid> Date: Wed, 01 Oct 2008 13:29:10 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Adeos-main] [PATCH] Fix CONFIG_IPIPE_DEBUG_CONTEXT in 2.0-12 List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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) {