CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/02/22 13:27:14
Modified files: sys/arch/amd64/include: cpu_full.h Log message: The compile time assertion for cpu info did not work with gcc. Rephrase the condition in a way that both gcc and clang accept it. OK guenther@