Searched refs:hangcheck_reboot (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dhangcheck-timer.c60 static int hangcheck_reboot; /* Defaults to not reboot */ variable
68 module_param(hangcheck_reboot, int, 0);
69 MODULE_PARM_DESC(hangcheck_reboot, "If nonzero, the machine will reboot when the timer margin is exceeded.");
101 hangcheck_reboot = par;
164 if (hangcheck_reboot) {

Completed in 9 milliseconds