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
Unknown Object (File)
Thu, Nov 28, 12:16 PM
Unknown Object (File)
Sun, Nov 24, 4:32 PM
Unknown Object (File)
Mon, Nov 18, 11:48 PM
Unknown Object (File)
Wed, Nov 13, 8:15 PM
Unknown Object (File)
Nov 11 2024, 4:04 PM
Unknown Object (File)
Nov 6 2024, 1:10 PM
Unknown Object (File)
Sep 27 2024, 3:23 PM
Unknown Object (File)
Sep 24 2024, 7:16 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 Not Applicable
Unit
Tests Not Applicable