소스 검색

[Linux/SGX/FreeBSD PAL] Remove unused macro SIGNAL_MASK_TIME

Chia-Che Tsai 7 년 전
부모
커밋
0377bc4b8a
3개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 2
      Pal/src/host/FreeBSD/db_exception.c
  2. 0 2
      Pal/src/host/Linux-SGX/db_exception.c
  3. 0 2
      Pal/src/host/Linux/db_exception.c

+ 0 - 2
Pal/src/host/FreeBSD/db_exception.c

@@ -206,8 +206,6 @@ struct exception_handler * pal_handlers [PAL_EVENT_NUM_BOUND] = {
         &handler_Failure,
     };
 
-#define SIGNAL_MASK_TIME 1000
-
 #define save_return_point(ptr)                      \
     asm volatile ("leaq 0(%%rip), %%rax\r\n"        \
                   "movq %%rax, %0\r\n"              \

+ 0 - 2
Pal/src/host/Linux-SGX/db_exception.c

@@ -45,8 +45,6 @@ typedef struct exception_event {
     struct pal_frame *  frame;
 } PAL_EVENT;
 
-#define SIGNAL_MASK_TIME 1000
-
 #define save_return_point(ptr)                      \
     asm volatile ("leaq 0(%%rip), %%rax\r\n"        \
                   "movq %%rax, %0\r\n"              \

+ 0 - 2
Pal/src/host/Linux/db_exception.c

@@ -117,8 +117,6 @@ typedef struct {
     PAL_PTR         eframe;
 } PAL_EVENT;
 
-#define SIGNAL_MASK_TIME 1000
-
 #define save_return_point(ptr)                      \
     asm volatile ("leaq 0(%%rip), %%rax\r\n"        \
                   "movq %%rax, %0\r\n"              \