From: Hiroshi Shimamoto Date: Tue, 8 Jul 2008 01:37:04 +0000 (-0700) Subject: softlockup: fix invalid proc_handler for softlockup_panic X-Git-Tag: v2.6.27-rc1~849^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dca10a96041f78bed11ce9e4a5cfde813ec4ccb;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed