Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966179AbcLMUqk (ORCPT ); Tue, 13 Dec 2016 15:46:40 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:42547 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938386AbcLMUqh (ORCPT ); Tue, 13 Dec 2016 15:46:37 -0500 Date: Tue, 13 Dec 2016 21:42:13 +0100 (CET) From: Thomas Gleixner To: Dmitry Safonov cc: linux-kernel@vger.kernel.org, 0x7f454c46@gmail.com, Ingo Molnar , Rusty Russell , "H. Peter Anvin" , Jan Beulich , x86@kernel.org Subject: Re: [PATCH] cpumask: avoid WARN in prefill_possible_map() In-Reply-To: <8c38ac39-80ca-50a0-09c1-2eef619a3f88@virtuozzo.com> Message-ID: References: <20161212161118.1095-1-dsafonov@virtuozzo.com> <8c38ac39-80ca-50a0-09c1-2eef619a3f88@virtuozzo.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 287 Lines: 13 On Tue, 13 Dec 2016, Dmitry Safonov wrote: > > +static inline void cpumask_reset_possible_mask(void) { } > ... > > +static inline void reset_cpu_possible_mask(void) > > Is this intentionally? No, that was a left over and a missing refresh bevor sending it out quickly. Thanks, tglx