Commit 5ca2c053 authored by Wayne Ren's avatar Wayne Ren Committed by Andrew Boie
Browse files

arch: arc: Add _arch_mem_domain_configure



add the _arch_mem_domain_configure api to match the PR #5065 to avoid
compile failure in the future

Signed-off-by: default avatarWayne Ren <wei.ren@synopsys.com>
parent 9a40bf6b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -66,6 +66,14 @@ void _arch_mem_domain_partition_remove(struct k_mem_domain *domain,

}

/*
 * Configure MPU memory domain
 */
void _arch_mem_domain_configure(struct k_thread *thread)
{
	configure_mpu_mem_domain(thread);
}

/*
 * Destroy MPU regions for the mem domain
 */