nova: avoid oom fault on cross CPU

Fixes #4719
This commit is contained in:
Alexander Boettcher 2023-01-18 09:56:38 +01:00 committed by Christian Helmuth
parent 5f0ba7d722
commit 41865e6c30
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0f97cb27225e09d0a053aeafa84e3e77f78beb05
b78ec113c6237766545cb724c92651bfb7a6efa0

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 1b400b4d48729c6119bf9f2cae7cf857cb3371b7
REV(nova) := 8c8597736682b2f46647d6d5cea97f98dc21011f
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))