[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#824191: Workaround



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 to: