mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +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
|
ECHO = @echo
|
||||||
GIT_URL = https://github.com/alex-ab/NOVA.git
|
GIT_URL = https://github.com/alex-ab/NOVA.git
|
||||||
GIT_REV = HEAD
|
GIT_REV = HEAD
|
||||||
GIT_BRANCH = r3
|
GIT_BRANCH = r4
|
||||||
CONTRIB_DIR = contrib
|
CONTRIB_DIR = contrib
|
||||||
PATCHES = $(shell find patches -name '*.patch')
|
PATCHES = $(shell find patches -name '*.patch')
|
||||||
|
|
||||||
|
@ -209,6 +209,7 @@ namespace Nova {
|
|||||||
STA = 1 << 18, /* interruptibility state */
|
STA = 1 << 18, /* interruptibility state */
|
||||||
TSC = 1 << 19, /* time-stamp counter */
|
TSC = 1 << 19, /* time-stamp counter */
|
||||||
EFER = 1 << 20, /* EFER MSR */
|
EFER = 1 << 20, /* EFER MSR */
|
||||||
|
FPU = 1 << 31, /* FPU state */
|
||||||
|
|
||||||
IRQ = EFL | STA | INJ | TSC,
|
IRQ = EFL | STA | INJ | TSC,
|
||||||
ALL = 0x000fffff & ~CTRL,
|
ALL = 0x000fffff & ~CTRL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user