CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/03/16 15:00:48
Modified files:
sys/arch/sparc64/dev: iommu.c viommu.c
Log message:
Trivial malloc + memset -> malloc(,,M_ZERO) conversion.
As a small bonus this now actually zeroes the whole struct, not just the
non-varying sized part.
