32-bit sysctl emulation is also interesting on powerpc64.
This commit is contained in:
parent
dbe25130a0
commit
03d07f4e24
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user