net/virtio: remove SSE check
authorOlivier Matz <olivier.matz@6wind.com>
Thu, 7 Sep 2017 12:13:45 +0000 (14:13 +0200)
committerYuanhan Liu <yliu@fridaylinux.org>
Tue, 10 Oct 2017 13:51:04 +0000 (15:51 +0200)
commit02dd0e212934a4f775bf8c023d55eba897075a62
tree372edac9dc17cb93b2c06ffff4bb5d07165b6d7f
parent4819eae8d94b363bdf19bb098ebd7a0940e4501f
net/virtio: remove SSE check

Since commit f27769f796a0 ("mk: require SSE4.2 support on all x86
platforms"), SSE4.2 is a requirement when compiling on x86 platforms.

We can remove this check in the virtio driver.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Yuanhan Liu <yliu@fridaylinux.org>
drivers/net/virtio/virtio_ethdev.c