Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp774905ybl; Wed, 11 Dec 2019 07:20:02 -0800 (PST) X-Google-Smtp-Source: APXvYqzeEU5ra5PG4TGSpBJZH4BLtleksWAY3ghj6HW4BJzV0tOtYtjPSIh7RkRcdu5OXUgZHzsT X-Received: by 2002:a9d:74c4:: with SMTP id a4mr2714960otl.119.1576077602676; Wed, 11 Dec 2019 07:20:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576077602; cv=none; d=google.com; s=arc-20160816; b=z2fI+NJx7OipSKzAL0Ip2rlGuH6cNnZuDeo88Tuz+TWSzT6BpLW23dCQ1zQSVX7Y4e pIy57msjCCAZ4kmcW8tqHTdln8WKvU3Hh2VW5RFi7lp0MGpI2OCeGe7oa4PCHQLo89bk j6njalWJpmTNyBBaNF/72z7G1dngTW2W9G69W1ciSS+0PEvBw6A9PD3ycVH5FX2QhY+a GwyZsjF8Grb2Vw25nFau4hzcbqBV2vywaOsEIcWSKm3+ZO0gdBMdeXlLxErqflQZq8WK ixgX+jUHKYy5YTdo+drXQ7Jem5J2k1BdyGIRsJjj1ghKGpptxNPIWKhNq22uJAKMkRTW ZvLA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=/VIHZgfkmUpYOXMzYjIChU6G/SLbnq3j7CZNTRx+stk=; b=Wm4KYS7Tw8RldeRR6Y6jiA6I0KnRMFziygxyu/bG5uwRPOe/BvzIW6RexWPAeK0Yo5 6jifP+yDlcVEPiOQVKA49Sg4y1Vkr+YJ0pgYs903s6ujcuKm5tSlcLor2L+yWu9aHevt uiGq7Sdd55CVYt52TrDAAWOA0hjB3AWbCrtZM2qyvEcWdqMpu3PlizlHmBYynE3YbRYo QjSE6y7hQI/mnSbJj2+WcmenrewaS6h8X5I4DJXnPJjla0eaGoNGWcU0kkoTQwQHItA9 HEJHGUZPKTvzHGWL52ZK/8ZWWuBpC3E2JHYjoGrBLt9JzMzdSNpwVPERsl8HtapAm9OB aEww== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=gNDxKswY; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r8si1200534otp.194.2019.12.11.07.19.50; Wed, 11 Dec 2019 07:20:02 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=gNDxKswY; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732206AbfLKPTT (ORCPT + 99 others); Wed, 11 Dec 2019 10:19:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:47892 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732066AbfLKPTO (ORCPT ); Wed, 11 Dec 2019 10:19:14 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3210622527; Wed, 11 Dec 2019 15:19:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576077553; bh=zmyNCSy0tpWy5TE1mS2OaviV0V1vdC2NHsGPOmi/44c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gNDxKswYvgvgXvbrejoYGh+6TNcfnLyAAzSMXeZK2CE0SVQzaywuLYl/1XbzrLHXI Ln/9HKHuRXO6o0/QJDTq17Ag4BgUXv93Z+Yv7SoCtzSc7bgpmqH7tDd8v74SythAsT IwL7iPEyG/OvhITEGpA+zCI6MWorN1jUU8M/W0IY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Nylon Chen , Greentime Hu , Sasha Levin Subject: [PATCH 4.19 083/243] nds32: Fix the items of hwcap_str ordering issue. Date: Wed, 11 Dec 2019 16:04:05 +0100 Message-Id: <20191211150344.710982600@linuxfoundation.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20191211150339.185439726@linuxfoundation.org> References: <20191211150339.185439726@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nylon Chen [ Upstream commit a5234068e6dc18ae5300d678fbf3e129d9b93f78 ] The hwcap_str should be set in a correct order according to HWCAP_xx. We also add the missing "fpu_dp" to it. Signed-off-by: Nylon Chen Acked-by: Greentime Hu Signed-off-by: Greentime Hu Signed-off-by: Sasha Levin --- arch/nds32/kernel/setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/nds32/kernel/setup.c b/arch/nds32/kernel/setup.c index 63a1a5ef5219f..87683583f2064 100644 --- a/arch/nds32/kernel/setup.c +++ b/arch/nds32/kernel/setup.c @@ -71,8 +71,9 @@ static const char *hwcap_str[] = { "div", "mac", "l2c", - "dx_regs", + "fpu_dp", "v2", + "dx_regs", NULL, }; -- 2.20.1