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

Commit 8b299c1e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: mm: initialize spinlock for init_mm.context"

parents ac13ee6f c92e3648
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ typedef struct {

#define ASID(mm)	((mm)->context.id & 0xffff)

#define INIT_MM_CONTEXT(name)	\
	.context.id_lock    = __RAW_SPIN_LOCK_UNLOCKED(name.context.id_lock),

extern void paging_init(void);
extern void setup_mm_for_reboot(void);
extern void __iomem *early_io_map(phys_addr_t phys, unsigned long virt);