nova: avoid assertion during cross-cpu IPC

Fixes #2198
This commit is contained in:
Alexander Boettcher 2016-12-14 16:18:43 +01:00 committed by Norman Feske
parent e3ca4de4d8
commit 604a8860de
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
360858a21d85bdf90099dba9b5557d288cb5a9a7
3266112c2d9ec53e67a3346fa32d297c643eddfc

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r9 branch - use r9_debug for more verbose kernel messages
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := af3c0a11e552546237cb798c84531f05a633e81f
REV(nova) := dc6cf64fa104fc6b24e92dbe7af4a0486c2540ae
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)