HomeFreeBSD

Avoid GCC optimizations from injecting a call to memset(?) in order
rS147292Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Avoid GCC optimizations from injecting a call to memset(?) in order
to initialize the buffer array in ata_raid_attach() by removing the
initializer. There's no memset(?) in the kernel. Instead, assign
'\0' to the first element. The buffer array holds strings only, so
this is functionally equivalent.

Applies to: ia64
Tripped over by: tinderbox

Details

Provenance
marcelAuthored on
Parents
rS147291: Move if_alloc() up so it's before mii_phy_probe().
Branches
Unknown
Tags
Unknown

Event Timeline