From ac8c7834efe7cf66669cd42010d5ce62d4e8c36a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 4 May 2021 08:14:43 -0600 Subject: [PATCH] Update linked branch of rmm and syscall --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index afeb335..e49218a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "syscall"] path = syscall url = https://gitlab.redox-os.org/redox-os/syscall.git - branch = aarch64-rebase + branch = master [submodule "slab_allocator"] path = slab_allocator url = https://gitlab.redox-os.org/redox-os/slab_allocator [submodule "rmm"] path = rmm url = https://gitlab.redox-os.org/redox-os/rmm.git - branch = aarch64-rebase + branch = master