Adding the CPU to the blacklist in

        sysdeps/x86_64/multiarch/init-arch.c

seems to solve the problem for me.

196c196
<        (model == 86 && stepping <= 2)))
---
>        (model == 86 && stepping <= 2) || (model == 94 && stepping == 3) ))

Reply via email to