Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[PATCH] cpuset: remove function attribute const
[linux-2.6.git]
/
kernel
/
cpuset.c
diff --git
a/kernel/cpuset.c
b/kernel/cpuset.c
index 69792bbe22817b6289fc20d1669e1402ab36395e..961d74044deb0b08f8ce237e4f86c700da5e768a 100644
(file)
--- a/
kernel/cpuset.c
+++ b/
kernel/cpuset.c
@@
-1432,7
+1432,7
@@
void cpuset_exit(struct task_struct *tsk)
* tasks cpuset.
**/
-c
onst c
pumask_t cpuset_cpus_allowed(const struct task_struct *tsk)
+cpumask_t cpuset_cpus_allowed(const struct task_struct *tsk)
{
cpumask_t mask;