diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-04-18 16:56:51 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-04-18 16:56:51 -0400 |
| commit | 005882e53d62f25dae10351a8d3f13326051e8f5 (patch) | |
| tree | 4c482d5b830877cbce99d4d9bca4802946e7471a /lib | |
| parent | 40d9018eb738f724dc9c27eec88c78cc488e0af0 (diff) | |
| parent | 544f8f935863c5a9ca3e34306ea3316095e7b7bf (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc fixes from David Miller:
"Two Sparc bug fixes from Daniel Jordan and Nitin Gupta"
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
sparc64: Fix hugepage page table free
sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALL
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 97d62c2da6c2..fa16c0f82d6e 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -1103,9 +1103,6 @@ config PROVE_LOCKING | |||
| 1103 | 1103 | ||
| 1104 | For more details, see Documentation/locking/lockdep-design.txt. | 1104 | For more details, see Documentation/locking/lockdep-design.txt. |
| 1105 | 1105 | ||
| 1106 | config PROVE_LOCKING_SMALL | ||
| 1107 | bool | ||
| 1108 | |||
| 1109 | config LOCKDEP | 1106 | config LOCKDEP |
| 1110 | bool | 1107 | bool |
| 1111 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT | 1108 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT |
| @@ -1114,6 +1111,9 @@ config LOCKDEP | |||
| 1114 | select KALLSYMS | 1111 | select KALLSYMS |
| 1115 | select KALLSYMS_ALL | 1112 | select KALLSYMS_ALL |
| 1116 | 1113 | ||
| 1114 | config LOCKDEP_SMALL | ||
| 1115 | bool | ||
| 1116 | |||
| 1117 | config LOCK_STAT | 1117 | config LOCK_STAT |
| 1118 | bool "Lock usage statistics" | 1118 | bool "Lock usage statistics" |
| 1119 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT | 1119 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT |
