Skip to content

Commit 96aee16

Browse files
committed
fix(mem): remove unnecessary conditional macro
Signed-off-by: Daniel Oliveira <[email protected]>
1 parent 8d57c1c commit 96aee16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/mem.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,9 @@ void mem_init(void)
518518

519519
cpu_sync_and_clear_msgs(&cpu_glb_sync);
520520

521-
#ifdef MEM_PROT_MMU
522521
if (!all_clrs(config.hyp.colors)) {
523522
mem_color_hypervisor(img_addr, root_mem_region);
524523
}
525-
#endif
526524

527525
if (cpu_is_master()) {
528526
if (!mem_create_ppools(root_mem_region)) {

0 commit comments

Comments
 (0)