From patchwork Fri Aug 4 10:28:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Hogan X-Patchwork-Id: 9880947 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3EC41602B8 for ; Fri, 4 Aug 2017 10:28:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3119F28848 for ; Fri, 4 Aug 2017 10:28:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2501C2899A; Fri, 4 Aug 2017 10:28:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 309B828848 for ; Fri, 4 Aug 2017 10:28:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751926AbdHDK2z (ORCPT ); Fri, 4 Aug 2017 06:28:55 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:48991 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbdHDK2z (ORCPT ); Fri, 4 Aug 2017 06:28:55 -0400 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 39C2668884AE1; Fri, 4 Aug 2017 11:28:50 +0100 (IST) Received: from jhogan-linux.le.imgtec.org (192.168.154.110) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Fri, 4 Aug 2017 11:28:53 +0100 From: James Hogan To: "James E . J . Bottomley" , Helge Deller CC: James Hogan , Ingo Molnar , Jonathan Corbet , , Subject: [PATCH] docs/features: parisc implements tracehook Date: Fri, 4 Aug 2017 11:28:39 +0100 Message-ID: <20170804102839.23737-1-james.hogan@imgtec.com> X-Mailer: git-send-email 2.13.2 MIME-Version: 1.0 X-Originating-IP: [192.168.154.110] Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since commit 64e2a42bca12 ("parisc: Add ARCH_TRACEHOOK and regset support") in v4.7, parisc selects HAVE_ARCH_TRACEHOOK, so update its entry in Documentation/features from TODO to ok. Fixes: 64e2a42bca12 ("parisc: Add ARCH_TRACEHOOK and regset support") Signed-off-by: James Hogan Cc: "James E.J. Bottomley" Cc: Helge Deller Cc: Ingo Molnar Cc: Jonathan Corbet Cc: linux-parisc@vger.kernel.org Cc: linux-doc@vger.kernel.org --- Documentation/features/core/tracehook/arch-support.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/features/core/tracehook/arch-support.txt b/Documentation/features/core/tracehook/arch-support.txt index 5e97a89420ef..dfb638c2f842 100644 --- a/Documentation/features/core/tracehook/arch-support.txt +++ b/Documentation/features/core/tracehook/arch-support.txt @@ -25,7 +25,7 @@ | mn10300: | ok | | nios2: | ok | | openrisc: | ok | - | parisc: | TODO | + | parisc: | ok | | powerpc: | ok | | s390: | ok | | score: | TODO |