Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753545AbdLMCM4 (ORCPT ); Tue, 12 Dec 2017 21:12:56 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:2281 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753105AbdLMCMt (ORCPT ); Tue, 12 Dec 2017 21:12:49 -0500 Subject: Re: [PATCH v2] arm64: v8.4: Support for new floating point multiplication instructions To: Dave Martin CC: , , , , , , , , , , , , , , , References: <1513089419-13295-1-git-send-email-gengdongjiu@huawei.com> <20171212145340.GN22781@e103592.cambridge.arm.com> From: gengdongjiu Message-ID: <0339b6e0-93d8-bb6d-8e6c-a402d39f6a9b@huawei.com> Date: Wed, 13 Dec 2017 10:12:18 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171212145340.GN22781@e103592.cambridge.arm.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.142.68.147] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 288 Lines: 16 On 2017/12/12 22:53, Dave Martin wrote: >> +HWCAP_FHM > This needs to match the name of the #define in hwcap.h. Thanks for the comments, have changed it. > > With that change, Reviewed-by: Dave Martin Dave, appreciate for the review > > Cheers > ---Dave > >