This is required to support early microcode loading, which occurs before
we can use a kernel memory allocator to make an aligned copy of the
microcode update file.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18178 Build 17911: arc lint + arc unit
Event Timeline
Comment Actions
The approach taken in D16370 means that we don't need this anymore. There is some argument for providing a minimum alignment of CACHE_LINE_SIZE or so to all preloaded files, but this change isn't the right way to do that.