diff options
author | Roger Pau Monné <royger@FreeBSD.org> | 2017-09-04 10:08:42 +0000 |
---|---|---|
committer | Roger Pau Monné <royger@FreeBSD.org> | 2017-09-04 10:08:42 +0000 |
commit | 45ff071d6ea0271622831a26ca3d3acbe60fb305 (patch) | |
tree | 5b864f587438ce60d3f45dd8231ee550cea90635 /sys/x86/acpica | |
parent | 39a3a4386aa4aecfc8550a13cdc0d8386c6d2dd5 (diff) | |
download | src-45ff071d6ea0271622831a26ca3d3acbe60fb305.tar.gz src-45ff071d6ea0271622831a26ca3d3acbe60fb305.zip |
Notes
Diffstat (limited to 'sys/x86/acpica')
-rw-r--r-- | sys/x86/acpica/srat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/x86/acpica/srat.c b/sys/x86/acpica/srat.c index 1093ba25ac59..612c8eb23607 100644 --- a/sys/x86/acpica/srat.c +++ b/sys/x86/acpica/srat.c @@ -449,6 +449,7 @@ parse_srat(void) * the default memory attribute (WB), and the DMAP when available. */ cpus = (struct cpu_info *)pmap_mapbios(addr, size); + bzero(cpus, size); /* * Make a pass over the table to populate the cpus[] and |