Home
last modified time | relevance | path

Searched hist:"149 b9c234b00ff902718e1f76c809609a5465198" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/x86/x86/
H A Dcpu_machdep.cdiff 149b9c234b00ff902718e1f76c809609a5465198 Mon Oct 09 12:30:21 CEST 2023 Zhenlei Huang <zlei@FreeBSD.org> x86: Add sysctl flag CTLFLAG_TUN to loader tunables

The following sysctl variables are actually loader tunables. Add sysctl
flag CTLFLAG_TUN to them so that `sysctl -T` will report them correctly.

1. machdep.idle
2. machdep.idle_apl31

No functional change intended.

Reviewed by: kib, imp
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D42113