From: Liam R. Howlett Date: Fri, 7 Aug 2020 10:34:42 +0000 (-0400) Subject: tboot add mt X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4b4d7ace0335d210919c89abde8e8c28317eece0;p=users%2Fjedix%2Flinux-maple.git tboot add mt Signed-off-by: Liam R. Howlett --- diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c index 992fb1415c0f1..e872d2848627f 100644 --- a/arch/x86/kernel/tboot.c +++ b/arch/x86/kernel/tboot.c @@ -90,6 +90,7 @@ void __init tboot_probe(void) static pgd_t *tboot_pg_dir; static struct mm_struct tboot_mm = { .mm_rb = RB_ROOT, + .mm_mt = MTREE_INIT(mm_mt, MAPLE_ALLOC_RANGE), .pgd = swapper_pg_dir, .mm_users = ATOMIC_INIT(2), .mm_count = ATOMIC_INIT(1),