CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/05/10 06:36:35

Modified files:
        sys/arch/amd64/amd64: identcpu.c 

Log message:
The setting of the cpu feature flags for PCLMUL and AES-NI was guarded with
!SMALL_KERNEL and CRYPTO. Move it out of !SMALL_KERNEL to make use of these
features on RAMDISK_CD. Fixes a performance regression in the installer
introduced with the new aes implementation. In particular, it halves the
time needed to extract baseXX.tgz and compXX.tgz on my T420.

tweaks & ok mikeb

Reply via email to