From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zH8qq4vqNzDqlG for ; Thu, 11 Jan 2018 13:25:43 +1100 (AEDT) In-Reply-To: <20180108165453.26066-1-mpe@ellerman.id.au> To: Michael Ellerman , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: mikey@neuling.org, peterz@infradead.org, linux-kernel@vger.kernel.org, npiggin@gmail.com, oohall@gmail.com, anton@samba.org, paulus@samba.org, tglx@linutronix.de Subject: Re: [01/11] powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper Message-Id: <3zH8qq3QlLz9t32@ozlabs.org> Date: Thu, 11 Jan 2018 13:25:43 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2018-01-08 at 16:54:43 UTC, Michael Ellerman wrote: > From: Michael Neuling > > A new hypervisor call has been defined to communicate various > characteristics of the CPU to guests. Add definitions for the hcall > number, flags and a wrapper function. > > Signed-off-by: Michael Neuling > Signed-off-by: Michael Ellerman Series applied to powerpc fixes. https://git.kernel.org/powerpc/c/191eccb1580939fb0d47deb405b82a cheers