rusage: Fix available page sizes
Change-Id: I418075ff4b5341e0f5c7ff317e96461879a60f87
This commit is contained in:
committed by
Dominique Martinet
parent
c82c2c1231
commit
6810506c3d
@ -6,7 +6,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <getopt.h>
|
||||
#include <ihklib.h>
|
||||
#include <mckernel/ihklib_rusage.h>
|
||||
#include "util.h"
|
||||
#include "mck_bps_conflict.h"
|
||||
|
||||
@ -37,7 +36,7 @@ int main(int argc, char **argv)
|
||||
unsigned long memfree[4];
|
||||
int num_pgsizes;
|
||||
long pgsizes[3];
|
||||
struct mckernel_rusage rusage;
|
||||
struct ihk_os_rusage rusage;
|
||||
char *retstr;
|
||||
int boot_shutdown = 0;
|
||||
int mcexec_shutdown = 0;
|
||||
|
||||
Reference in New Issue
Block a user