softlockup: fix signedness
[deliverable/linux.git] / include / linux / sched.h
index dfc76e172f3f52b25a9eb73dc62b36118dde4ea7..53534f90a96a6d3496eded2e76c0d2aaa31a8382 100644 (file)
@@ -269,10 +269,10 @@ extern void softlockup_tick(void);
 extern void spawn_softlockup_task(void);
 extern void touch_softlockup_watchdog(void);
 extern void touch_all_softlockup_watchdogs(void);
-extern int softlockup_thresh;
+extern unsigned long  softlockup_thresh;
 extern unsigned long sysctl_hung_task_check_count;
 extern unsigned long sysctl_hung_task_timeout_secs;
-extern long sysctl_hung_task_warnings;
+extern unsigned long sysctl_hung_task_warnings;
 #else
 static inline void softlockup_tick(void)
 {
This page took 0.027675 seconds and 5 git commands to generate.