diff mbox series

[for_v37] selftests/sgx: Remove unused ENCLU macro now that vDSO is used

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

Commit Message

Sean Christopherson Sept. 4, 2020, 3:42 p.m. UTC
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(-)
diff mbox series

Patch

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