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
Kirill Smelkov
linux
Commits
8dbc50c3
Commit
8dbc50c3
authored
Nov 26, 2008
by
Robert Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oprofile: fix typo
Signed-off-by:
Robert Richter
<
robert.richter@amd.com
>
parent
cdc1834d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/oprofile/buffer_sync.c
drivers/oprofile/buffer_sync.c
+1
-1
No files found.
drivers/oprofile/buffer_sync.c
View file @
8dbc50c3
...
@@ -272,7 +272,7 @@ static void increment_tail(struct oprofile_cpu_buffer *b)
...
@@ -272,7 +272,7 @@ static void increment_tail(struct oprofile_cpu_buffer *b)
{
{
unsigned
long
new_tail
=
b
->
tail_pos
+
1
;
unsigned
long
new_tail
=
b
->
tail_pos
+
1
;
rmb
();
/* be sure fifo pointers are synchro
m
ized */
rmb
();
/* be sure fifo pointers are synchro
n
ized */
if
(
new_tail
<
b
->
buffer_size
)
if
(
new_tail
<
b
->
buffer_size
)
b
->
tail_pos
=
new_tail
;
b
->
tail_pos
=
new_tail
;
...
...
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