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@xxxxxxxxx> --- tools/testing/selftests/sgx/call.S | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.28.0