32-bit sysctl emulation is also interesting on powerpc64.

This commit is contained in:
Nathan Whitehorn 2010-07-10 14:34:37 +00:00
parent dbe25130a0
commit 03d07f4e24

View File

@ -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