nova: avoid buddy allocator assertion in kernel

Fixes #1672
This commit is contained in:
Alexander Boettcher 2015-09-28 14:12:29 +02:00 committed by Christian Helmuth
parent 985c01116b
commit ad24b25af0
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
61ea642d86312acd24698976f79d4530132c05a2
1604ba3e775fdf46c51dbc074a35b5918aef3075

View File

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