Skip to content

Commit

Permalink
[review] core: add VCORE_FREE_{PA,SZ,END_PA}
Browse files Browse the repository at this point in the history
Update.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
  • Loading branch information
jenswi-linaro committed Sep 23, 2024
1 parent de4f80f commit e3a7c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/include/kernel/linker.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ extern const uint8_t __extab_end[];
__vcore_free_start))
#define VCORE_FREE_END_PA ((unsigned long)__vcore_free_end)
#else
/* No VCORE_FREE range in pager configuration since it uses all memory */
#define VCORE_FREE_PA PADDR_MAX
#define VCORE_FREE_SZ 0
#define VCORE_FREE_END_PA PADDR_MAX
Expand Down

0 comments on commit e3a7c35

Please sign in to comment.