From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754648AbbGFMIu (ORCPT ); Mon, 6 Jul 2015 08:08:50 -0400 Received: from lgeamrelo04.lge.com ([156.147.1.127]:47081 "EHLO lgeamrelo04.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754550AbbGFMIs (ORCPT ); Mon, 6 Jul 2015 08:08:48 -0400 X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com Date: Mon, 6 Jul 2015 21:05:53 +0900 From: Byungchul Park To: Peter Zijlstra Cc: mingo@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] sched: apply ifdef CONFIG_SMP to meaningful code only on SMP system Message-ID: <20150706120553.GC31287@byungchulpark-X58A-UD3R> References: <1436089411-27244-1-git-send-email-byungchul.park@lge.com> <20150706112746.GD3644@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150706112746.GD3644@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 06, 2015 at 01:27:46PM +0200, Peter Zijlstra wrote: > On Sun, Jul 05, 2015 at 06:43:31PM +0900, byungchul.park@lge.com wrote: > > From: Byungchul Park > > > > account_numa_dequeue and manipulating se->group_node are meaningful only on SMP > > Clearly the data element exists for !SMP and you didn't fix that. > Also, try and do this without adding more #ifdef. yes. it will be better if it can be done without #ifdef. i will try it. thank you very much :) byungchul > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/