HomeFreeBSD

Don't define _STANDALONE when building kernel modules.

Description

Don't define _STANDALONE when building kernel modules.

_STANDALONE is only for the bootloader, not kernel modules. Remove it
from the build. This was harmless before, but sys/malloc.h now does
different things for the standalone environment, triggering the issue.

Details

Provenance
impAuthored on
Parents
rS366103: Add a coherent flag on the arm64 dma map struct
Branches
Unknown
Tags
Unknown