remove osnum from mckernel kargs. refs #338

This commit is contained in:
Ken Sato
2017-09-12 14:53:44 +09:00
parent 4eed36f124
commit 43db8e2d65
3 changed files with 16 additions and 31 deletions

View File

@ -61,6 +61,7 @@ int ihk_mc_get_hardware_processor_id(void);
int ihk_mc_get_numa_id(void);
int ihk_mc_get_nr_cores();
int ihk_mc_get_nr_linux_cores();
int ihk_mc_get_osnum();
int ihk_mc_get_core(int id, unsigned long *linux_core_id, unsigned long *apic_id,
int *numa_id);
int ihk_mc_get_ikc_cpu(int id);