Make findthread_and_lock take ihk_spinlock_t **
This commit is contained in:
@ -200,7 +200,7 @@ void process_procfs_request(unsigned long rarg)
|
||||
int rosnum, ret, pid, tid, ans = -EIO, eof = 0;
|
||||
char *buf, *p;
|
||||
struct ihk_ikc_channel_desc *syscall_channel;
|
||||
void *savelock;
|
||||
ihk_spinlock_t *savelock;
|
||||
unsigned long irqstate;
|
||||
|
||||
dprintf("process_procfs_request: invoked.\n");
|
||||
|
||||
Reference in New Issue
Block a user