From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kurz Subject: Re: [PATCH] KVM: PPC: Book3S: Add capabilities for Meltdown/Spectre workarounds Date: Tue, 9 Jan 2018 13:54:53 +0100 Message-ID: <20180109135453.28b36153@bahia.lan> References: <20180109044815.GA19326@fergus.ozlabs.ibm.com> <1515487154.1993.3.camel@gmail.com> <2b9c6453-c56f-ac4d-daa9-16d9ffa6cebe@ozlabs.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, linuxppc-dev@ozlabs.org, Suraj Jitindar Singh , David Gibson To: Alexey Kardashevskiy Return-path: In-Reply-To: <2b9c6453-c56f-ac4d-daa9-16d9ffa6cebe@ozlabs.ru> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Sender: "Linuxppc-dev" List-Id: kvm.vger.kernel.org On Tue, 9 Jan 2018 23:44:56 +1100 Alexey Kardashevskiy wrote: > On 09/01/18 19:39, Suraj Jitindar Singh wrote: [...] > >> + rc = plpar_get_cpu_characteristics(&c); > >> + if (rc == H_SUCCESS) { > >> + if (!(c.behavior & > > > > s/behavior/behaviour > > Why? > https://dictionary.cambridge.org/dictionary/english/behavior > Behavior is US English while behaviour is UK (and US)... Matter of taste ? :) > >