From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755670AbYDXPVE (ORCPT ); Thu, 24 Apr 2008 11:21:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759581AbYDXPO4 (ORCPT ); Thu, 24 Apr 2008 11:14:56 -0400 Received: from smtp.polymtl.ca ([132.207.4.11]:56106 "EHLO smtp.polymtl.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759486AbYDXPOt (ORCPT ); Thu, 24 Apr 2008 11:14:49 -0400 Message-Id: <20080424151353.474748932@polymtl.ca> References: <20080424150324.802695381@polymtl.ca> User-Agent: quilt/0.46-1 Date: Thu, 24 Apr 2008 11:03:28 -0400 From: Mathieu Desnoyers To: akpm@linux-foundation.org, Ingo Molnar , linux-kernel@vger.kernel.org Cc: Mathieu Desnoyers , hskinnemoen@atmel.com Subject: [patch 04/37] Change avr32 active count bit Content-Disposition: inline; filename=change-avr32-active-count-bit.patch X-Poly-FromMTA: (dijkstra.casi.polymtl.ca [132.207.72.10]) at Thu, 24 Apr 2008 15:13:53 +0000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org avr32 uses the active count bit 31. This patch moves it to 28 so 31 is freed for nmi count. Signed-off-by: Mathieu Desnoyers CC: hskinnemoen@atmel.com --- include/asm-avr32/thread_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6-sched-devel/include/asm-avr32/thread_info.h =================================================================== --- linux-2.6-sched-devel.orig/include/asm-avr32/thread_info.h 2008-04-24 10:31:47.000000000 -0400 +++ linux-2.6-sched-devel/include/asm-avr32/thread_info.h 2008-04-24 10:32:16.000000000 -0400 @@ -70,7 +70,7 @@ static inline struct thread_info *curren #endif /* !__ASSEMBLY__ */ -#define PREEMPT_ACTIVE 0x40000000 +#define PREEMPT_ACTIVE 0x10000000 /* * Thread information flags -- Mathieu Desnoyers Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68