Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp276568ybv; Tue, 18 Feb 2020 23:00:22 -0800 (PST) X-Google-Smtp-Source: APXvYqx/mUnFZVqFq6NB/hsZ/4qAbGk9cJO33tNmAXZYtOdAuuspWEyeX+OnQCq7oM1oz/z/zx+l X-Received: by 2002:a05:6830:1689:: with SMTP id k9mr19605316otr.311.1582095622723; Tue, 18 Feb 2020 23:00:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582095622; cv=none; d=google.com; s=arc-20160816; b=BtlRx1HLhyp2bEAJpQuB1a4fowGoRGl0i1W2vm3EZso7FZhRBqeKaTuHR0zv7OEgbF +ovkpAxAgD7sUyXqnhfWqKpNae+SCvqGcYmEGjh/f5NLpRHh5s9B2fFWFvXf+/68fH4M xTWsQ1qgbRfYNHtW6xru2M1EunUtDRgOul6Q0Ianj2TmZekiIj9oEjuQRSkeNpRwdC5I esU4RFvvI+NQzX2zsBivz110W3b9/Sp/e4/nzN8/YOgC9ufb/mX2u9e8W46nLSe6k6gE 2n5LFSE95686Yd3c4Tr8nv3Sf+8ISoi9hhq+0TcjE7z5Ql43N6uCAnbx9MLuZhel1jgK rRfQ== 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 :message-id:date:subject:cc:to:from; bh=dLJcHdYMDlZ4wqrOoAuBu+KaxieLIrM2GUwqYrZuzc4=; b=Y9bWODHzfm4b3CeVqOaCZNPZORz2tOFSsN4ccwR4loip+5HNYbKYdhi6HaJegjhmQY rVPV9pU8fwHAulNLK36zoNz3vDGVRY51tfYBJZ6BnMfaplaoXzCVwLPMToMtClZML1ZC 7zMaz3VkJOMF9x74wKRVOVzZtpKQVJvljiA8e5K0GGbd4o8S1FarNLEdRVxQ+W0lUlqy bLnB4WP2xgJF7BydEKGTZi9N1WOvqxSnFUuz2zkjYlfWfyd+b6xmoaLZ2K+ApAz4jGfS aiexG/v/i2QCKIUW+yiK0DHOYE7IyKfncb0R0GLCWq/L8pQ71W/4VDMU5b/9qqCuec+3 /ObQ== ARC-Authentication-Results: i=1; mx.google.com; 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 v26si760731otj.0.2020.02.18.23.00.07; Tue, 18 Feb 2020 23:00:22 -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; 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 S1726496AbgBSG77 (ORCPT + 99 others); Wed, 19 Feb 2020 01:59:59 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:51887 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726336AbgBSG77 (ORCPT ); Wed, 19 Feb 2020 01:59:59 -0500 X-Originating-IP: 79.86.19.127 Received: from debian.numericable.fr (127.19.86.79.rev.sfr.net [79.86.19.127]) (Authenticated sender: alex@ghiti.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id B888D20005; Wed, 19 Feb 2020 06:59:55 +0000 (UTC) From: Alexandre Ghiti To: Jonathan Corbet Cc: Paul Walmsley , Palmer Dabbelt , linux-riscv@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Alexandre Ghiti Subject: [PATCH] documentation: vm: Advertise support for pte_special in riscv Date: Wed, 19 Feb 2020 01:59:53 -0500 Message-Id: <20200219065953.27350-1-alex@ghiti.fr> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Risc-V architecture has actually supported pte_special since its merge upstream, simply add this info to the documentation. Signed-off-by: Alexandre Ghiti --- Documentation/features/vm/pte_special/arch-support.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/features/vm/pte_special/arch-support.txt b/Documentation/features/vm/pte_special/arch-support.txt index 2dc5df6a1cf5..3d492a34c8ee 100644 --- a/Documentation/features/vm/pte_special/arch-support.txt +++ b/Documentation/features/vm/pte_special/arch-support.txt @@ -23,7 +23,7 @@ | openrisc: | TODO | | parisc: | TODO | | powerpc: | ok | - | riscv: | TODO | + | riscv: | ok | | s390: | ok | | sh: | ok | | sparc: | ok | -- 2.20.1