From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751862AbbI0R6S (ORCPT ); Sun, 27 Sep 2015 13:58:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43663 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751118AbbI0R6R (ORCPT ); Sun, 27 Sep 2015 13:58:17 -0400 Message-ID: <56082E33.1020909@redhat.com> Date: Sun, 27 Sep 2015 19:58:11 +0200 From: Denys Vlasenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Jean Delvare CC: Viresh Kumar , "Rafael J. Wysocki" , Ingo Molnar , Bartosz Golaszewski , "H. Peter Anvin" , Benoit Cousson , Fenghua Yu , Guenter Roeck , Jonathan Corbet , Peter Zijlstra , Thomas Gleixner , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpufreq: p4-clockmod: Replace bool_int_array[NR_CPUS] with bitmap References: <1443271638-2568-1-git-send-email-dvlasenk@redhat.com> <1443271638-2568-2-git-send-email-dvlasenk@redhat.com> <20150927181033.119a2851@endymion.delvare> In-Reply-To: <20150927181033.119a2851@endymion.delvare> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/27/2015 06:10 PM, Jean Delvare wrote: > Looks good, however I think you should #include to > avoid build failures in the future or on certain architectures. already includes on any arch. p4-clockmod.c builds only on x86 arch, it's Pentium 4 on demand clock modulation/speed scaling module.