From: Sage Weil Date: Tue, 29 Oct 2013 15:39:27 +0000 (-0700) Subject: common/crc32c: fix #ifdef to be x86_64 specific X-Git-Tag: v0.67.5~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7ef210adbd4645bd45e5387c9b03a122a7ca82df;p=ceph.git common/crc32c: fix #ifdef to be x86_64 specific Signed-off-by: Sage Weil --- diff --git a/src/common/crc32c-intel.c b/src/common/crc32c-intel.c index 1c4689e3b768..172cf3ca6409 100644 --- a/src/common/crc32c-intel.c +++ b/src/common/crc32c-intel.c @@ -7,8 +7,7 @@ #include -/* this probably isn't specific enough for x86_64? fix me someday */ -#ifdef __LP64__ +#ifdef __x86_64__ /* * * Based on a posting to lkml by Austin Zhang