Add SIGILL signal handler
authorJens Axboe <jens.axboe@oracle.com>
Mon, 4 Aug 2008 19:43:55 +0000 (21:43 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 4 Aug 2008 19:43:55 +0000 (21:43 +0200)
commitde79c9158eae1459970e0df6efc6a2b09d920f15
treea32794c59674cdadc0d8d29be5463d00fa659f4e
parentaf497e6a1d61df088ce1a40f4fd2f38066e694b0
Add SIGILL signal handler

If crc32c-intel is used and the opcode isn't supported by the CPU,
we'll display a nice warning instead of just dying.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c