Skip to content

Commit

Permalink
fixup! [PAL/Linux-SGX] Add AEX-Notify enabling and documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang, Lili Z <[email protected]>
  • Loading branch information
lzha101 committed Apr 29, 2024
1 parent 7bea2f1 commit d6f3c9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pal/src/host/linux-sgx/host_framework.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ bool is_wrfsbase_supported(void) {

bool is_aexnotify_supported(void) {
uint32_t cpuinfo[4];

/* Check the platform support AEX-Notify or not. */
cpuid(INTEL_SGX_LEAF, 1, cpuinfo);

if (!((cpuinfo[CPUID_WORD_EAX] >> 10) & 0x1)) {
Expand Down

0 comments on commit d6f3c9f

Please sign in to comment.