Message ID | 20200904154259.1857-1-sean.j.christopherson@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [for_v37] selftests/sgx: Remove unused ENCLU macro now that vDSO is used | expand |
diff --git a/tools/testing/selftests/sgx/call.S b/tools/testing/selftests/sgx/call.S index c4837965dfbb..f640532cda93 100644 --- a/tools/testing/selftests/sgx/call.S +++ b/tools/testing/selftests/sgx/call.S @@ -5,12 +5,6 @@ .text - .macro ENCLU - .byte 0x0f, 0x01, 0xd7 - .endm - - .text - .global sgx_call_vdso sgx_call_vdso: .cfi_startproc
Remove an unused ENCLU macro from call.S now that the file doesn't do ENCLU directly and always bounces through the vDSO. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> --- tools/testing/selftests/sgx/call.S | 6 ------ 1 file changed, 6 deletions(-)