nova: update to r6 nova kernel branch

- adds general support for semaphore timeouts
- fixes PCID feature (aka tagged TLB) seeen on Lenovo X201

Fixes #1211
This commit is contained in:
Alexander Boettcher
2014-05-27 18:10:47 +02:00
committed by Norman Feske
parent 6cb9559feb
commit e70c13ce1f
7 changed files with 12 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ namespace Nova {
enum Status
{
NOVA_OK = 0,
NOVA_IPC_TIMEOUT = 1,
NOVA_TIMEOUT = 1,
NOVA_IPC_ABORT = 2,
NOVA_INV_HYPERCALL = 3,
NOVA_INV_SELECTOR = 4,