Commit-ID: 9df43ac1858ecddd8d380e08263302490232d7ea Gitweb: http://git.kernel.org/tip/9df43ac1858ecddd8d380e08263302490232d7ea Author: Ingo Molnar <[email protected]> AuthorDate: Wed, 3 Jun 2015 12:37:22 +0200 Committer: Ingo Molnar <[email protected]> CommitDate: Wed, 3 Jun 2015 12:51:38 +0200
Documentation/features/time: Add feature description and arch support status file for 'context-tracking' 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]> --- .../jump-labels => time/context-tracking}/arch-support.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/features/core/jump-labels/arch-support.txt b/Documentation/features/time/context-tracking/arch-support.txt similarity index 81% copy from Documentation/features/core/jump-labels/arch-support.txt copy to Documentation/features/time/context-tracking/arch-support.txt index 136868b..a1e3eea 100644 --- a/Documentation/features/core/jump-labels/arch-support.txt +++ b/Documentation/features/time/context-tracking/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: jump-labels -# Kconfig: HAVE_ARCH_JUMP_LABEL -# description: arch supports live patched, high efficiency branches +# Feature name: context-tracking +# Kconfig: HAVE_CONTEXT_TRACKING +# description: arch supports context tracking for NO_HZ_FULL # ----------------------- | arch |status| @@ -28,11 +28,11 @@ | openrisc: | TODO | | parisc: | TODO | | powerpc: | ok | - | s390: | ok | + | s390: | TODO | | score: | TODO | | sh: | TODO | | sparc: | ok | - | tile: | TODO | + | tile: | ok | | um: | TODO | | unicore32: | TODO | | x86: | ok | -- 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
