diff options
author | 2014-11-01 07:08:43 +0000 | |
---|---|---|
committer | 2014-11-01 07:08:43 +0000 | |
commit | 20598bed2718cfe780f4f8897fd09004ab499af3 (patch) | |
tree | f5405d1db72aa181d351866fd352cff895066b82 /usr.sbin/syslogd/syslogd.c | |
parent | Use struct buf in libroff, it is very natural there (diff) | |
download | wireguard-openbsd-20598bed2718cfe780f4f8897fd09004ab499af3.tar.xz wireguard-openbsd-20598bed2718cfe780f4f8897fd09004ab499af3.zip |
Now the armv7 ramdisks are compiled with SMALL_KERNEL
the omap and sunxi ramdisks won't build because they
call wdog_register() and kern_watchdog.c is !small_kernel
in config.
Leaving the watchdog devices out of the ramdisks won't
work either as armv7_machdep.c uses platform_watchdog_reset()
to reboot.
Deal with this by only calling wdog_register() when
not compiled with SMALL_KERNEL.
Diffstat (limited to 'usr.sbin/syslogd/syslogd.c')
0 files changed, 0 insertions, 0 deletions