Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756103AbcJMPLD (ORCPT ); Thu, 13 Oct 2016 11:11:03 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:53620 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756051AbcJMPKv (ORCPT ); Thu, 13 Oct 2016 11:10:51 -0400 Date: Thu, 13 Oct 2016 17:09:36 +0200 From: Ralf Baechle To: Jonathan Corbet , linux-mips@linux-mips.org, linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] Documentation: MIPS supports HAVE_REGS_AND_STACK_ACCESS_API Message-ID: <20161013150936.GA27810@linux-mips.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1070 Lines: 28 This should have been part of 40e084a506eb ('MIPS: Add uprobes support.'). Signed-off-by: Ralf Baechle Fixes: 40e084a506eb ("MIPS: Add uprobes support.") Cc: Jonathan Corbet Cc: linux-mips@linux-mips.org Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- Jonathan, you can funnel this through the MIPS tree if you're ok with that? Just lemme know -- Ralf Documentation/features/perf/kprobes-event/arch-support.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/features/perf/kprobes-event/arch-support.txt b/Documentation/features/perf/kprobes-event/arch-support.txt index 9855ad0..4660bf2 100644 --- a/Documentation/features/perf/kprobes-event/arch-support.txt +++ b/Documentation/features/perf/kprobes-event/arch-support.txt @@ -22,7 +22,7 @@ | m68k: | TODO | | metag: | TODO | | microblaze: | TODO | - | mips: | TODO | + | mips: | ok | | mn10300: | TODO | | nios2: | TODO | | openrisc: | TODO |