CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/04/23 01:21:03

Modified files:
        sys/kern       : kern_sysctl.c 
        sys/dev/dt     : dt_dev.c 

Log message:
Remove the sysctl kern.allowdt code from kernel if dt(4) is not
configured.  This will result in a "value is not available" error
from sysctl when trying to enable dt on a kernel without support.
The variable allowdt should be in the device, not in sysctl source.
We don't need #ifdef for extern and prototypes.
OK mpi@

Reply via email to