Commit-ID: e30119a9dab9d407a6cd1143fb2ba6620719abe2 Gitweb: http://git.kernel.org/tip/e30119a9dab9d407a6cd1143fb2ba6620719abe2 Author: Ingo Molnar <[email protected]> AuthorDate: Wed, 3 Jun 2015 12:37:37 +0200 Committer: Ingo Molnar <[email protected]> CommitDate: Wed, 3 Jun 2015 12:51:42 +0200
Documentation/features/perf: Add feature description and arch support status file for 'perf-regs' Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: Andrew Morton <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Josh Triplett <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> --- .../{io/dma-contiguous => perf/perf-regs}/arch-support.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/features/io/dma-contiguous/arch-support.txt b/Documentation/features/perf/perf-regs/arch-support.txt similarity index 83% copy from Documentation/features/io/dma-contiguous/arch-support.txt copy to Documentation/features/perf/perf-regs/arch-support.txt index a97e8e3..e2b4a78 100644 --- a/Documentation/features/io/dma-contiguous/arch-support.txt +++ b/Documentation/features/perf/perf-regs/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: dma-contiguous -# Kconfig: HAVE_DMA_CONTIGUOUS -# description: arch supports the DMA CMA (continuous memory allocator) +# Feature name: perf-regs +# Kconfig: HAVE_PERF_REGS +# description: arch supports perf events register access # ----------------------- | arch |status| @@ -22,7 +22,7 @@ | m68k: | TODO | | metag: | TODO | | microblaze: | TODO | - | mips: | ok | + | mips: | TODO | | mn10300: | TODO | | nios2: | TODO | | openrisc: | TODO | -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
