From 06f1fb09a830b89da5854eb6f5b1b5d4c8a7f41c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 7 Aug 2025 03:17:03 -0400 Subject: kernel: sysctl: Add 'hw.machine' variable Introduce the 'hw.machine' sysctl variable to represent the current machine architecture. Signed-off-by: Ian Moffett --- sys/include/sys/sysctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/include') diff --git a/sys/include/sys/sysctl.h b/sys/include/sys/sysctl.h index 0086847..3b8d3c7 100644 --- a/sys/include/sys/sysctl.h +++ b/sys/include/sys/sysctl.h @@ -53,6 +53,7 @@ */ #define HW_PAGESIZE 5 #define HW_NCPU 6 +#define HW_MACHINE 7 /* * Option types (i.e., int, string, etc) for -- cgit v1.2.3