kernel/wdog: Compile in kern_wdog.c by default.
authorSascha Wildner <saw@online.de>
Thu, 3 May 2012 20:58:16 +0000 (22:58 +0200)
committerSascha Wildner <saw@online.de>
Thu, 3 May 2012 20:58:16 +0000 (22:58 +0200)
commitcf03d6cd83d04f6699343a657716434014c9a830
tree2c5e44a026bdcc8641fc441f02a544be4939e628
parentace1ab86e90a3238c7094232da7caf12dc185476
kernel/wdog: Compile in kern_wdog.c by default.

Actually it was always compiled in by default but the code depended
on the WATCHDOG_ENABLED option which is not in the GENERIC kernels.

Simply remove the WATCHDOG_ENABLE option. The code is small, it does
nothing by default than initializing a lock, a /dev/wdog and a
callout, and it also makes it easier for people who want to use
ichwd(4) by simply kldloading it.
UPDATING
sys/conf/options
sys/config/LINT
sys/config/LINT64
sys/config/SOEKRIS
sys/kern/kern_shutdown.c
sys/kern/kern_wdog.c
sys/platform/pc32/i386/cs5536.c
sys/platform/pc32/i386/geode.c