]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
amd64: retire sse2_pagezero
authorMateusz Guzik <mjg@FreeBSD.org>
Sat, 30 Jan 2021 00:17:15 +0000 (00:17 +0000)
committerMateusz Guzik <mjg@FreeBSD.org>
Sat, 30 Jan 2021 00:17:15 +0000 (00:17 +0000)
commitd1de5698dfe6109308d4e5d6536a2ac93941d23a
tree7d85ec16419fd2a5f0f7f385396e2323e394e2d8
parent164c3b81848bc81dc200b12370999474225447a3
amd64: retire sse2_pagezero

All page zeroing is using temporal stores with rep movs*, the routine is
unused for several years.

Should a need arise for zeroing using non-temporal stores, a more
optimized variant can be implemented with a more descriptive name.
sys/amd64/amd64/support.S
sys/amd64/include/md_var.h