IKC: allocate Linux channel table dynamically

This commit is contained in:
Balazs Gerofi
2017-02-10 19:26:50 +09:00
parent 65dc3440cb
commit 4b964b8e0d
2 changed files with 19 additions and 5 deletions

View File

@ -60,6 +60,7 @@ int ihk_mc_get_processor_id(void);
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_core(int id, unsigned long *linux_core_id, unsigned long *apic_id,
int *numa_id);
int ihk_mc_get_apicid(int linux_core_id);