no need to artificially limit sealing to x86_64
This commit is contained in:
parent
e985afe0e1
commit
b99ab8a47a
2
util.h
2
util.h
@ -39,7 +39,7 @@ typedef uint64_t u64;
|
|||||||
typedef unsigned __int128 u128;
|
typedef unsigned __int128 u128;
|
||||||
|
|
||||||
#ifdef CONFIG_SEAL_METADATA
|
#ifdef CONFIG_SEAL_METADATA
|
||||||
#if defined(__GLIBC__) && __GLIBC_PREREQ(2, 27) && defined(__x86_64__)
|
#if defined(__GLIBC__) && __GLIBC_PREREQ(2, 27)
|
||||||
#define USE_PKEY
|
#define USE_PKEY
|
||||||
#else
|
#else
|
||||||
#error "CONFIG_SEAL_METADATA requires Memory Protection Key support"
|
#error "CONFIG_SEAL_METADATA requires Memory Protection Key support"
|
||||||
|
Loading…
Reference in New Issue
Block a user