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
ba0b89a7
Commit
ba0b89a7
authored
May 30, 2002
by
Stéphane Eranian
Committed by
David Mosberger
May 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Allow blocking on overflow notifications to work again.
parent
5126f4d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
arch/ia64/kernel/perfmon.c
arch/ia64/kernel/perfmon.c
+2
-1
No files found.
arch/ia64/kernel/perfmon.c
View file @
ba0b89a7
...
@@ -931,11 +931,12 @@ pfx_is_sane(struct task_struct *task, pfarg_context_t *pfx)
...
@@ -931,11 +931,12 @@ pfx_is_sane(struct task_struct *task, pfarg_context_t *pfx)
DBprintk
((
"must have notify_pid when blocking for [%d]
\n
"
,
task
->
pid
));
DBprintk
((
"must have notify_pid when blocking for [%d]
\n
"
,
task
->
pid
));
return
-
EINVAL
;
return
-
EINVAL
;
}
}
#if 0
if ((ctx_flags & PFM_FL_NOTIFY_BLOCK) && pfx->ctx_notify_pid == task->pid) {
if ((ctx_flags & PFM_FL_NOTIFY_BLOCK) && pfx->ctx_notify_pid == task->pid) {
DBprintk(("cannot notify self when blocking for [%d]\n", task->pid));
DBprintk(("cannot notify self when blocking for [%d]\n", task->pid));
return -EINVAL;
return -EINVAL;
}
}
#endif
}
}
/* probably more to add here */
/* probably more to add here */
...
...
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