Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a45f026 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

nommu: Remove the context.id from asm-offsets.c when !MMU



There is no MMU context switching on MMU-less systems.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 09529f7a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,8 +62,10 @@ static inline void check_context(struct mm_struct *mm)

static inline void check_context(struct mm_struct *mm)
{
#ifdef CONFIG_MMU
	if (unlikely(mm->context.kvm_seq != init_mm.context.kvm_seq))
		__check_kvm_seq(mm);
#endif
}

#define init_new_context(tsk,mm)	0