diff options
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | 2008-07-08 03:37:04 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-18 18:29:28 +0200 |
commit | 4dca10a96041f78bed11ce9e4a5cfde813ec4ccb (patch) | |
tree | 114f22ddf2a8dd1ac96ddd56204d86d92db53242 /Documentation | |
parent | Merge branch 'linus' into core/softlockup (diff) | |
download | linux-4dca10a96041f78bed11ce9e4a5cfde813ec4ccb.tar.xz linux-4dca10a96041f78bed11ce9e4a5cfde813ec4ccb.zip |
softlockup: fix invalid proc_handler for softlockup_panic
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>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions