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
b58ae58b
Commit
b58ae58b
authored
Apr 17, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sparc64: CONFIG_DEBUG_SPINLOCK typo in asm/system.h
parent
9d3e8606
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/asm-sparc64/system.h
include/asm-sparc64/system.h
+3
-3
No files found.
include/asm-sparc64/system.h
View file @
b58ae58b
...
...
@@ -145,9 +145,9 @@ extern void __flushw_user(void);
#define flush_register_windows flushw_all
#define prepare_to_switch flushw_all
#ifndef CONFIG_DEBUG_SPINLOC
k
#ifndef CONFIG_DEBUG_SPINLOC
K
#define CHECK_LOCKS(PREV) do { } while(0)
#else
/* CONFIG_DEBUG_SPINLOC
k
*/
#else
/* CONFIG_DEBUG_SPINLOC
K
*/
#define CHECK_LOCKS(PREV) \
if ((PREV)->thread.smp_lock_count) { \
unsigned long rpc; \
...
...
@@ -161,7 +161,7 @@ if ((PREV)->thread.smp_lock_count) { \
printk(KERN_CRIT "(%s)[%d]: Sched caller %016lx\n", \
(PREV)->comm, (PREV)->pid, rpc); \
}
#endif
/* !(CONFIG_DEBUG_SPINLOC
k
) */
#endif
/* !(CONFIG_DEBUG_SPINLOC
K
) */
/* See what happens when you design the chip correctly?
*
...
...
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