CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2019/10/08 10:58:09
Modified files: sys/arch/amd64/amd64: mptramp.S Log message: amd64: ensure %fs is loaded after final lgdt Mark Patruck reported this issue on a new EPYC 7402P CPU and tracked down a DragonflyBSD diff that fixed the issue. I solicited some feedback/advice from Matt Dillon of Dragonfly and discussions between him, guenther@ and myself led to this fix which appears to resolve the problem. ok guenther@