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:
1e09481
)
softlockup: fix invalid proc_handler for softlockup_panic
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Tue, 8 Jul 2008 01:37:04 +0000
(18:37 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 18 Jul 2008 16:29:28 +0000
(18:29 +0200)
The type of softlockup_panic is int, but the proc_handler is
proc_doulongvec_minmax(). This handler is for unsigned long.
This handler should be proc_dointvec_minmax().
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found