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
0d2fe17d
Commit
0d2fe17d
authored
Sep 05, 2002
by
Paul Mackerras
Committed by
Paul Mackerras
Sep 05, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: fix a comment in asm-ppc/semaphore.h (extraneous "the")
parent
19715409
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/asm-ppc/semaphore.h
include/asm-ppc/semaphore.h
+2
-2
No files found.
include/asm-ppc/semaphore.h
View file @
0d2fe17d
/*
* BK Id:
SCCS/s.semaphore.h 1.15 05/17/01 18:14:25 cort
* BK Id:
%F% %I% %G% %U% %#%
*/
#ifndef _PPC_SEMAPHORE_H
#define _PPC_SEMAPHORE_H
...
...
@@ -12,7 +12,7 @@
* -- Ani Joshi (ajoshi@unixbox.com)
*
* Remove spinlock-based RW semaphores; RW semaphore definitions are
* now in rwsem.h and we use the
the
generic lib/rwsem.c implementation.
* now in rwsem.h and we use the generic lib/rwsem.c implementation.
* Rework semaphores to use atomic_dec_if_positive.
* -- Paul Mackerras (paulus@samba.org)
*/
...
...
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