hwloc support

This commit is contained in:
NAKAMURA Gou
2016-04-11 13:32:33 +09:00
parent 2a1823d52c
commit 1bb948f43b
10 changed files with 1012 additions and 0 deletions

View File

@ -121,4 +121,7 @@ extern int pvti_npages;
int arch_setup_pvclock(void);
void arch_start_pvclock(void);
struct cpu_mapping;
int arch_get_cpu_mapping(struct cpu_mapping **buf, int *nelemsp);
#endif