Skip to content
Commit 8dda1fe1 authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

pm: mark pm_device_runtime_auto_enable as boot function



When demand paging is enabled, only a minimal set of functions
are available at boot. Anything not marked as boot functions
would not be loading in memory at boot which would result in
page faults when jumping to those functions. However, at early
boot, demand paging has not been enabled yet. So we need to
mark necessary functions as boot functions so they are placed
in the correct linker section where they are loaded at boot.

Fixes #56414

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 4f0cfdda
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment