send_syscall: remove unused variables
Change-Id: I0a350b8c7dbf27960544dd3651941d3905f93fc6
This commit is contained in:
committed by
Dominique Martinet
parent
0cc3496747
commit
ab39798181
@ -179,8 +179,6 @@ static void send_syscall(struct syscall_request *req, int cpu,
|
|||||||
long do_syscall(struct syscall_request *req, int cpu)
|
long do_syscall(struct syscall_request *req, int cpu)
|
||||||
{
|
{
|
||||||
struct syscall_response res;
|
struct syscall_response res;
|
||||||
struct syscall_request req2 IHK_DMA_ALIGN;
|
|
||||||
int error;
|
|
||||||
long rc;
|
long rc;
|
||||||
struct thread *thread = cpu_local_var(current);
|
struct thread *thread = cpu_local_var(current);
|
||||||
struct process *proc = thread->proc;
|
struct process *proc = thread->proc;
|
||||||
|
|||||||
Reference in New Issue
Block a user