nova: avoid pagefault on invalid SVM exit

Fixes #4391
This commit is contained in:
Alexander Boettcher 2022-01-25 19:18:25 +01:00 committed by Norman Feske
parent 35489aa708
commit 888b89c1c0
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
b68c4fab8560fd7102c8951889f9f15a83a504c8
7378ad91b30f517627a14488ff28af2a5c7f3026

View File

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