Commit-ID: 9df43ac1858ecddd8d380e08263302490232d7ea
Gitweb: http://git.kernel.org/tip/9df43ac1858ecddd8d380e08263302490232d7ea
Author: Ingo Molnar [off-list ref]
AuthorDate: Wed, 3 Jun 2015 12:37:22 +0200
Committer: Ingo Molnar [off-list ref]
CommitDate: Wed, 3 Jun 2015 12:51:38 +0200
Documentation/features/time: Add feature description and arch support status file for 'context-tracking'
Cc: <redacted>
Cc: <redacted>
Cc: <redacted>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Josh Triplett <josh@joshtriplett.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <redacted>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
.../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 |