Page MenuHomeFreeBSD

arm64: Move the initial kernel stack out of the init_pagetables section
ClosedPublic

Authored by markj on Mar 31 2023, 1:49 PM.
Tags
None
Referenced Files
F102393558: D39367.id.diff
Mon, Nov 11, 4:04 PM
Unknown Object (File)
Wed, Nov 6, 1:10 PM
Unknown Object (File)
Sep 27 2024, 3:23 PM
Unknown Object (File)
Sep 24 2024, 7:16 PM
Unknown Object (File)
Sep 24 2024, 4:17 PM
Unknown Object (File)
Sep 23 2024, 11:05 PM
Unknown Object (File)
Sep 23 2024, 7:28 PM
Unknown Object (File)
Sep 23 2024, 5:24 PM
Subscribers

Details

Summary

init_pagetables is mapped into the segment containing the BSS, but does
not get zeroed by locore. It is used for bootstrap page table pages.

It happens that the bootstrap kernel stack is also placed in that
section, but there's no reason it shouldn't live in the BSS, so move it
there. No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 50706
Build 47597: arc lint + arc unit