Commit-ID: 6a6787724dc21925f6d289c9a019ed6026db5183 Gitweb: http://git.kernel.org/tip/6a6787724dc21925f6d289c9a019ed6026db5183 Author: Ingo Molnar <[email protected]> AuthorDate: Wed, 3 Jun 2015 12:37:26 +0200 Committer: Ingo Molnar <[email protected]> CommitDate: Wed, 3 Jun 2015 12:51:39 +0200
Documentation/features/time: Add feature description and arch support status file for 'arch-tick-broadcast' 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]> --- .../arch-tick-broadcast}/arch-support.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/features/io/dma-contiguous/arch-support.txt b/Documentation/features/time/arch-tick-broadcast/arch-support.txt similarity index 80% copy from Documentation/features/io/dma-contiguous/arch-support.txt copy to Documentation/features/time/arch-tick-broadcast/arch-support.txt index a97e8e3..8acb439 100644 --- a/Documentation/features/io/dma-contiguous/arch-support.txt +++ b/Documentation/features/time/arch-tick-broadcast/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: arch-tick-broadcast +# Kconfig: ARCH_HAS_TICK_BROADCAST +# description: arch provides tick_broadcast() # ----------------------- | arch |status| @@ -27,7 +27,7 @@ | nios2: | TODO | | openrisc: | TODO | | parisc: | TODO | - | powerpc: | TODO | + | powerpc: | ok | | s390: | TODO | | score: | TODO | | sh: | TODO | @@ -35,6 +35,6 @@ | tile: | TODO | | um: | TODO | | unicore32: | TODO | - | x86: | ok | + | x86: | TODO | | xtensa: | 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
