nova: fix copy-paste bug in oom code

Fixes #1944
This commit is contained in:
Alexander Boettcher 2016-04-21 20:01:17 +02:00 committed by Christian Helmuth
parent 3195311b53
commit 1fc707d9dc
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
02dc34a75b366aa0cb6a2fcfb935c816cfd050b4
061565ecaea829f5a5ab48e39b4fae9148da7e4b

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) := 53ab024b691b2ac4ffdc62fac28ff17b0a508670
REV(nova) := 172fe0dc1b6228fec20e220d2524f25b1016f6ab
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)