diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index aa7b8df5d595..1ee49cab2461 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -123,7 +123,7 @@ struct ctlname { #define REQ_WIRED 2 /* locked and wired */ /* definitions for sysctl_req 'flags' member */ -#if defined(__amd64__) || defined(__ia64__) +#if defined(__amd64__) || defined(__ia64__) || defined(__powerpc64__) #define SCTL_MASK32 1 /* 32 bit emulation */ #endif