From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 24 Mar 2013 09:52:41 +0100 (CET) Received: from nbd.name ([46.4.11.11]:40778 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6820514Ab3CXIwkOg9im (ORCPT ); Sun, 24 Mar 2013 09:52:40 +0100 Message-ID: <514EBDFA.4030903@phrozen.org> Date: Sun, 24 Mar 2013 09:48:58 +0100 From: John Crispin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: Jayachandran C CC: linux-mips@linux-mips.org Subject: Re: [PATCH 9/9] MIPS: Netlogic: Fix oprofile compile on XLR uniprocessor References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 35964 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: john@phrozen.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: On 23/03/13 19:28, Jayachandran C wrote: > cpu_logical_map is only defined if CONFIG_SMP is set, so use it > only when compiling for SMP. > > Signed-off-by: Jayachandran C Hi, You might want to reference the commit that introduced the bug just for the sake of correctness. I recall that this code was only added recently. John