Skip to content
Commit f81add2f authored by Daniel Leung's avatar Daniel Leung Committed by Benjamin Cabé
Browse files

posix: pin init functions and data for demand paging



Boot time initialization functions and data used there must be
available at boot. With demand paging, these may not exist in
memory when they are being used, resulting in page faults.
So pin these functions and data in linker sections to make
sure they are in memory at boot time.

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