Revert two changes that break the build and cause panic during boot. Not true reverts since the chanes have already been squashed. Sean Christopherson (2): x86/sgx: Revert using BIT() to define ENCLS_FAULT_FLAG x86/sgx: Revert moving sgx_init() call to sgx_detect() arch/x86/include/asm/sgx.h | 7 ------- arch/x86/kernel/cpu/intel.c | 5 ----- arch/x86/kernel/cpu/sgx/encls.h | 2 +- arch/x86/kernel/cpu/sgx/main.c | 16 +++++++++------- arch/x86/kernel/cpu/sgx/reclaim.c | 2 +- arch/x86/kernel/cpu/sgx/sgx.h | 2 +- 6 files changed, 12 insertions(+), 22 deletions(-) delete mode 100644 arch/x86/include/asm/sgx.h -- 2.22.0