sh, landisk: set HZ=64 again
authorcheloha <cheloha@openbsd.org>
Sun, 12 Mar 2023 22:18:58 +0000 (22:18 +0000)
committercheloha <cheloha@openbsd.org>
Sun, 12 Mar 2023 22:18:58 +0000 (22:18 +0000)
commitf0c74acbfb1b481e115b3ea0537a40156ecf3739
tree2ee246977ce5b57a079b52288de99b8ddcfd5bc0
parentc1fd7e08d5666cba7ebbd8c6785685a07c6b8cbb
sh, landisk: set HZ=64 again

The addition of HZ to sys/kernel.h in v1.26 overrides the default
definition of HZ in sh/clock.c, changing landisk from HZ=64 to HZ=100.

Explicitly set HZ=64 in the GENERIC and RAMDISK config(8) files to can
change it from 100 back to 64.

Not sure if this is the best thing, but it does fix the problem.

Problem confirmed by, and fix tested by, miod@.

ok miod@
sys/arch/landisk/conf/GENERIC
sys/arch/landisk/conf/RAMDISK
sys/arch/sh/sh/clock.c