nova: avoid assertion during cross core IPC

This commit is contained in:
Alexander Boettcher 2023-05-17 14:57:42 +02:00 committed by Christian Helmuth
parent 75d43555c8
commit 60b44f071b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
69d4698190aa64ecf18aff1c9cf58cd0cf84c689
da838526a6b19ac70da909b6e0a7ef7dac296e06

View File

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