]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/crc32c: fix #ifdef to be x86_64 specific
authorSage Weil <sage@inktank.com>
Tue, 29 Oct 2013 15:39:27 +0000 (08:39 -0700)
committerSage Weil <sage@inktank.com>
Tue, 29 Oct 2013 15:40:22 +0000 (08:40 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
src/common/crc32c-intel.c

index 1c4689e3b76818149292ffa97dc25a9a9c9ba448..172cf3ca6409712861cf60c4f7472bf481eb8f0d 100644 (file)
@@ -7,8 +7,7 @@
 #include <sys/wait.h>
 
 
-/* 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 <austin.zhang@intel.com>