From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dev.rtsoft.ru (mail.dev.rtsoft.ru [213.79.90.226]) by ozlabs.org (Postfix) with ESMTP id 109132C0096 for ; Fri, 17 Jan 2014 23:41:11 +1100 (EST) From: Nikita Yushchenko To: "=?utf-8?q?=E2=80=9Ctiejun=2Echen=E2=80=9D?=" Subject: Re: powerpc/hugetlb: BUG: using smp_processor_id() in preemptible Date: Fri, 17 Jan 2014 16:41:02 +0400 References: <201401171323.52657@blacky.localdomain> <52D8F960.6030107@windriver.com> In-Reply-To: <52D8F960.6030107@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <201401171641.04553@blacky.localdomain> Cc: Alexey Lugovskoy , linux-kernel@vger.kernel.org, Paul Mackerras , "Aneesh Kumar K.V" , Andrew Morton , linuxppc-dev@lists.ozlabs.org, Naoya Horiguchi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Could you try this? > > powerpc/hugetlb: replace __get_cpu_var with get_cpu_var > > Replace __get_cpu_var safely with get_cpu_var to avoid > the following call trace: Confirmed, no more acktraces. Nikita