Skip to content

Commit

Permalink
Removed left over debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kogler committed Jan 9, 2023
1 parent 5668933 commit 1ffcc34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kernel/sgxstep.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ long sgx_step_ioctl_setup_isr_map(struct file *filep, unsigned int cmd, unsigned
RET_ASSERT_GOTO(isr_kernel_vbase, "could not vmap isr", cleanup_pin);

log("mapped isr to kernel virtual address 0x%llx", (uint64_t)isr_kernel_vbase);
log("first qword of the isr p[0]=0x%llx", *(uint64_t*)isr_kernel_vbase);


data->isr_kernel_base = isr_kernel_vbase;

return 0;
Expand Down

0 comments on commit 1ffcc34

Please sign in to comment.