mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
gpu: the Intel multiplexer is only for x86_64
Require x86_64 because memory/adress space limitations on x86_32 restrict the use-cases on such a platform anyway. Doing that, we can also assume that memory adresses are always 64bit long and do not have to handle 32bit adresses.
This commit is contained in:
committed by
Christian Helmuth
parent
55b070d204
commit
fb1c504568
@@ -2,6 +2,6 @@ TARGET = intel_gpu_drv
|
||||
SRC_CC = main.cc mmio_dump.cc
|
||||
LIBS = base
|
||||
|
||||
REQUIRES = x86
|
||||
REQUIRES = x86_64
|
||||
|
||||
INC_DIR += $(PRG_DIR)
|
||||
|
||||
Reference in New Issue
Block a user