diff options
author | David Sterba <dsterba@suse.com> | 2018-01-08 10:27:31 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-01-08 11:29:17 -0500 |
commit | dba04eb76df982703fefc021a4d278347b6176a9 (patch) | |
tree | b1a2211574318d0374119e0125611a9dd61872e8 | |
parent | b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d (diff) |
locking/Documentation: Remove stale crossrelease_fullstack parameter
The cross-release lockdep functionality has been removed in:
e966eaeeb623: ("locking/lockdep: Remove the cross-release locking checks")
... leaving the kernel parameter docs behind. The code handling
the parameter does not exist so this is a plain documentation change.
Signed-off-by: David Sterba <dsterba@suse.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: byungchul.park@lge.com
Cc: linux-doc@vger.kernel.org
Link: http://lkml.kernel.org/r/20180108152731.27613-1-dsterba@suse.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index af7104aaffd9..a626465dd877 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt | |||
@@ -713,9 +713,6 @@ | |||
713 | It will be ignored when crashkernel=X,high is not used | 713 | It will be ignored when crashkernel=X,high is not used |
714 | or memory reserved is below 4G. | 714 | or memory reserved is below 4G. |
715 | 715 | ||
716 | crossrelease_fullstack | ||
717 | [KNL] Allow to record full stack trace in cross-release | ||
718 | |||
719 | cryptomgr.notests | 716 | cryptomgr.notests |
720 | [KNL] Disable crypto self-tests | 717 | [KNL] Disable crypto self-tests |
721 | 718 | ||