From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753465AbbIWR7N (ORCPT ); Wed, 23 Sep 2015 13:59:13 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:34985 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124AbbIWR7J (ORCPT ); Wed, 23 Sep 2015 13:59:09 -0400 From: Kevin Hilman To: Jisheng Zhang Cc: , , , , Subject: Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle() References: <1442554881-706-1-git-send-email-jszhang@marvell.com> Date: Wed, 23 Sep 2015 10:59:04 -0700 In-Reply-To: <1442554881-706-1-git-send-email-jszhang@marvell.com> (Jisheng Zhang's message of "Fri, 18 Sep 2015 13:41:21 +0800") Message-ID: <7hfv25dnkn.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (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 Jisheng Zhang writes: > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > must be denoted with the _rcuidle() version of the tracepoint. > > Signed-off-by: Jisheng Zhang Acked-by: Kevin Hilman