procfs: Fix type of number of threads
Change-Id: I7d5d17ae1e619d789cdb843f183be640efdbe9e2 Refs: #1277
This commit is contained in:
@ -757,7 +757,7 @@ int process_procfs_request(struct ikc_scd_packet *rpacket)
|
||||
thread->proc->pid, 0, 0, 0, // pgrp...
|
||||
0, 0L, 0L, 0L, // flags...
|
||||
0L, 0L, 0L, 0L, // cmajflt...
|
||||
0L, 0L, 0L, nr_threads, // cstime...
|
||||
0L, 0L, 0L, (long int)nr_threads, // cstime...
|
||||
0L, 0LL, 0L, 0L, // itrealvalue...
|
||||
0L, 0L, 0L, 0L, // rsslim...
|
||||
0L, 0L, 0L, 0L, // kstkesp...
|
||||
|
||||
Reference in New Issue
Block a user