mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
hostcpu: fix build on FreeBSD
* Fix misspelt function name: s/virHostCPUGetStatsFreebsd/virHostCPUGetStatsFreeBSD/ * Mark the first argument to virHostCPUGetInfo with ATTRIBUTE_UNUSED as it's not actually used on non-Linux
This commit is contained in:
parent
992f93f18a
commit
2af0541572
@ -88,7 +88,7 @@ virHostCPUGetCountAppleFreeBSD(void)
|
||||
# define TICK_TO_NSEC (1000ull * 1000ull * 1000ull / (stathz ? stathz : hz))
|
||||
|
||||
static int
|
||||
virHostCPUGetStatsFreebsd(int cpuNum,
|
||||
virHostCPUGetStatsFreeBSD(int cpuNum,
|
||||
virNodeCPUStatsPtr params,
|
||||
int *nparams)
|
||||
{
|
||||
@ -962,7 +962,7 @@ virHostCPUParseMapLinux(int max_cpuid, const char *path)
|
||||
|
||||
|
||||
int
|
||||
virHostCPUGetInfo(virArch hostarch,
|
||||
virHostCPUGetInfo(virArch hostarch ATTRIBUTE_UNUSED,
|
||||
unsigned int *cpus,
|
||||
unsigned int *mhz,
|
||||
unsigned int *nodes,
|
||||
|
Loading…
x
Reference in New Issue
Block a user