Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757129AbeAHV5x (ORCPT + 1 other); Mon, 8 Jan 2018 16:57:53 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:53434 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756193AbeAHV5w (ORCPT ); Mon, 8 Jan 2018 16:57:52 -0500 Subject: Re: [PATCH 11/11] powerpc/powernv: Check device-tree for RFI flush settings To: Michael Ellerman , linuxppc-dev@ozlabs.org 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 References: <20180108165453.26066-1-mpe@ellerman.id.au> <20180108165453.26066-11-mpe@ellerman.id.au> From: Tyrel Datwyler Date: Mon, 8 Jan 2018 13:57:44 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180108165453.26066-11-mpe@ellerman.id.au> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 18010821-0056-0000-0000-0000040503DF X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008343; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000245; SDB=6.00972189; UDB=6.00492493; IPR=6.00752139; BA=6.00005767; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00018931; XFM=3.00000015; UTC=2018-01-08 21:57:50 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18010821-0057-0000-0000-0000083C59AC Message-Id: <6837547b-3ad3-cc08-eaa9-94e595971a77@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-08_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1801080309 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 01/08/2018 08:54 AM, Michael Ellerman wrote: > From: Oliver O'Halloran > > New device-tree properties are available which tell the hypervisor > settings related to the RFI flush. Use them to determine the > appropriate flush instruction to use, and whether the flush is > required. > > Signed-off-by: Oliver O'Halloran > Signed-off-by: Michael Ellerman Reviewed-by: Tyrel Datwyler