Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e9165bbb
Commit
e9165bbb
authored
Jul 22, 2003
by
Mitchell Blank Jr
Committed by
David S. Miller
Jul 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC64]: Make HAVE_DEC_LOCK depend upon DEBUG_SPINLOCK.
parent
d10d86b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
arch/sparc64/Kconfig
arch/sparc64/Kconfig
+8
-4
No files found.
arch/sparc64/Kconfig
View file @
e9165bbb
...
...
@@ -209,10 +209,6 @@ config HOTPLUG
to use devices as you hotplug them.
# Global things across all Sun machines.
config HAVE_DEC_LOCK
bool
default y
config RWSEM_GENERIC_SPINLOCK
bool
...
...
@@ -925,6 +921,14 @@ config DEBUG_SPINLOCK
best used in conjunction with the NMI watchdog so that spinlock
deadlocks are also debuggable.
# We have a custom atomic_dec_and_lock() implementation but it's not
# compatible with spinlock debugging so we need to fall back on
# the generic version in that case.
config HAVE_DEC_LOCK
bool
depends on !DEBUG_SPINLOCK
default y
config DEBUG_SPINLOCK_SLEEP
bool "Sleep-inside-spinlock checking"
help
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment