HomeFreeBSD

Ensure the bss is aligned to a 4-byte address as we use 4-byte aligned

Description

Ensure the bss is aligned to a 4-byte address as we use 4-byte aligned
stores to clear it.

While here reduce the alignment of the data from 4k to 16 byte aligned.
This should be more than enough, without wasting too much space.

Sponsored by: ABT Systems Ltd

Details

Provenance
andrewAuthored on
Parents
rS295419: Call kthread_exit() rather than kproc_exit() for a premature kthread exit.
Branches
Unknown
Tags
Unknown