mmu: ensure gperf data is mapped
Page tables created at build time may not include the gperf data at the very end of RAM. Ensure this is mapped properly at runtime to work around this. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
299a2cf62e
commit
ecb25fec51
5 changed files with 31 additions and 1 deletions
|
@ -303,6 +303,7 @@ extern char z_priv_stacks_ram_start[];
|
|||
extern char z_priv_stacks_ram_end[];
|
||||
extern char z_user_stacks_start[];
|
||||
extern char z_user_stacks_end[];
|
||||
extern char z_kobject_data_begin[];
|
||||
#endif /* CONFIG_USERSPACE */
|
||||
|
||||
#ifdef CONFIG_THREAD_LOCAL_STORAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue