mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
nova: use kernel branch with vCPU fpu support
branch r4 based on latest vanilla kernel of @udosteinberg
This commit is contained in:
parent
fa23c0bd4f
commit
39a7ffd233
@ -9,7 +9,7 @@ VERBOSE ?= @
|
||||
ECHO = @echo
|
||||
GIT_URL = https://github.com/alex-ab/NOVA.git
|
||||
GIT_REV = HEAD
|
||||
GIT_BRANCH = r3
|
||||
GIT_BRANCH = r4
|
||||
CONTRIB_DIR = contrib
|
||||
PATCHES = $(shell find patches -name '*.patch')
|
||||
|
||||
|
@ -209,6 +209,7 @@ namespace Nova {
|
||||
STA = 1 << 18, /* interruptibility state */
|
||||
TSC = 1 << 19, /* time-stamp counter */
|
||||
EFER = 1 << 20, /* EFER MSR */
|
||||
FPU = 1 << 31, /* FPU state */
|
||||
|
||||
IRQ = EFL | STA | INJ | TSC,
|
||||
ALL = 0x000fffff & ~CTRL,
|
||||
|
Loading…
Reference in New Issue
Block a user