From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759512Ab3BOPGp (ORCPT ); Fri, 15 Feb 2013 10:06:45 -0500 Received: from mail-pb0-f44.google.com ([209.85.160.44]:56621 "EHLO mail-pb0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755600Ab3BOPGo (ORCPT ); Fri, 15 Feb 2013 10:06:44 -0500 From: Kevin Hilman To: Mats Liljegren Cc: Frederic Weisbecker , Ingo Molnar , LKML , Andrew Morton , Li Zhong , Namhyung Kim , "Paul E. McKenney" , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner , Sedat Dilek , Gleb Natapov , Marcelo Tosatti , Tony Luck , Fenghua Yu Subject: Re: [GIT PULL] cputime: Full dynticks task/cputime accounting v7 References: <1359399845-10568-1-git-send-email-fweisbec@gmail.com> <87k3qa7333.fsf@linaro.org> <20130215140429.GA4322@enea.se> Date: Fri, 15 Feb 2013 07:06:39 -0800 In-Reply-To: <20130215140429.GA4322@enea.se> (Mats Liljegren's message of "Fri, 15 Feb 2013 15:04:29 +0100") Message-ID: <878v6p7h1c.fsf@linaro.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mats Liljegren writes: [...] >> To give it a try, below is a quick patch to convert kernel_cpustat to >> atomic64. I only got as far as compile testing and basic boot testing >> on a 32-bit ARM platform, but let me know if this is the right >> direction. [...] > I had to do some changes to get it to compile. You can check my patch below > and see whether I got it all wrong... Your changes are fine, and there are sure to be a few more that I missed for various config options (your are because of CGROUP_CPUACCT which I didn't have enabled here.) I'll do a more thorough patch when I hear from Frederic if this is a direction he's OK with. Thanks for the changes, Kevin