Don't compile crc32c-intel on non-x86 platforms
authorAaron Carroll <aaronc@cse.unsw.edu.au>
Fri, 12 Sep 2008 08:57:13 +0000 (10:57 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 12 Sep 2008 08:57:13 +0000 (10:57 +0200)
commit419484b934222e589f0b718e9494b045df176167
treeac032388ec86aa361afeb864489dd3793dd4a538
parentb29ee5b3dee417016164198fb240344ef666de2b
Don't compile crc32c-intel on non-x86 platforms

crc32c_intel() doesn't make sense on platforms without SSE, so alias it
to crc32c() on such machines.

Signed-off-by: Aaron Carroll <aaronc@gelato.unsw.edu.au>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
arch/arch-x86.h
arch/arch-x86_64.h
crc/crc32c-intel.c
crc/crc32c.h