procfs: Fix type of number of threads

Change-Id: I7d5d17ae1e619d789cdb843f183be640efdbe9e2
Refs: #1277
This commit is contained in:
Masamichi Takagi
2019-06-12 01:48:10 +09:00
parent b3b7801d51
commit 0267a0c8ea

View File

@ -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...