uti: Use fresh struct syscall_request instance when replying to syscall_backward()
This commit is contained in:
@ -407,6 +407,7 @@ long do_syscall(struct syscall_request *req, int cpu, int pid)
|
||||
int ns;
|
||||
unsigned long syscall_ret;
|
||||
unsigned long phys;
|
||||
struct syscall_request req2 IHK_DMA_ALIGN; /* debug */
|
||||
|
||||
phys = ihk_mc_map_memory(NULL, res.fault_address,
|
||||
sizeof(struct syscall_request));
|
||||
|
||||
Reference in New Issue
Block a user