git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ade8c56
)
De-constify sched.h
author
Alexey Dobriyan
<adobriyan@sw.ru>
Fri, 26 Oct 2007 08:17:22 +0000
(12:17 +0400)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 26 Oct 2007 15:42:24 +0000
(08:42 -0700)
[PATCH] De-constify sched.h
This reverts commit
a8972ccf00b7184a743eb6cd9bc7f3443357910c
("sched:
constify sched.h")
1) Patch doesn't change any code here, so gcc is already smart enough
to "feel" constness in such simple functions.
2) There is no such thing as const task_struct. Anyone who think
otherwise deserves compiler warning.
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sched.h
patch
|
blob
|
history
diff --cc
include/linux/sched.h
Simple merge