nova: avoid kernel assertion in mdb code

Fixes #2100
This commit is contained in:
Alexander Boettcher 2016-09-14 23:10:57 +02:00 committed by Christian Helmuth
parent 66e9ca12b5
commit 86e690b7f3
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8a5f311017becf7becd1dc325a388036b76215fc
67b9105af0e2e5d222bc38af77c129b1f079f6a5

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) := 23e7882a48ad2737884596e9766333930bec2ae8
REV(nova) := 5e001a87ffa9fdb7ca36ed52fc10679a6089f821
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)