Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: Align clear_page() to 16 bytes
With automatic zeroing of pages upon allocation enabled, time spent in clear_page() is significant according to perf top. Since clear_page() is used in loops, align it to 16 bytes, which significantly reduces CPU time spent in clear_page()
- Loading branch information