Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756843AbcCaNSq (ORCPT ); Thu, 31 Mar 2016 09:18:46 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33811 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750762AbcCaNSp (ORCPT ); Thu, 31 Mar 2016 09:18:45 -0400 Date: Thu, 31 Mar 2016 15:18:35 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: Frederic Weisbecker , Linus Torvalds , LKML , Thomas Gleixner , Andrew Morton Subject: Re: [PATCH 0/3] nohz: Convert tick dependency mask to atomic_t Message-ID: <20160331131835.GA11408@gmail.com> References: <1458830281-4255-1-git-send-email-fweisbec@gmail.com> <20160325084847.GA15235@gmail.com> <20160325131732.GA16488@lerouge> <20160329094454.GA4715@gmail.com> <20160329125950.GA2768@gmail.com> <20160329130514.GA17315@gmail.com> <20160329130808.GB7696@lerouge> <20160331065419.GA19297@gmail.com> <20160331092031.GH3408@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160331092031.GH3408@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 470 Lines: 16 * Peter Zijlstra wrote: > On Thu, Mar 31, 2016 at 08:54:19AM +0200, Ingo Molnar wrote: > > Sounds good to me! I also volunteer the x86 architecture to be the guinea pig to > > convert thread_info::flags to atomic_t ;-) [*] > > So I'm not sure we can do this one arch at a time; all the TIF > manipulators live in include/linux/thread_info.h and are shared across > all archs. So my thinking was that we'd #ifdef the variants. Thanks, Ingo