]> git.proxmox.com Git - mirror_spl.git/commit
Either _ILP32 or _LP64 must be defined
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 9 Dec 2015 22:46:59 +0000 (14:46 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Dec 2015 19:53:29 +0000 (11:53 -0800)
commit225c110675631ddb0673323ee33818586c25cd67
treed6cedcace2fb983792ec922a561bcfe13fa83d6e
parentc5a8b1e163179cadcf2c5f81b000bf7f86f41369
Either _ILP32 or _LP64 must be defined

For some arm, powerpc, and sparc platforms it was possible that
neither _ILP32 of _LP64 would be defined.  Update the isa_defs.h
header to explicitly set these macros and generate a compile error
in the case neither are defined.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: tuxoko <tuxoko@gmail.com>
Issue zfsonlinux/zfs#4048
include/sys/isa_defs.h