mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
runtime: fix package declaration for ppc64le
Incorrect package name causes build to fail. Fix it in vm_ppc64le.go Fixes: #3761 Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
parent
c6cc038364
commit
cb4230e60e
@ -4,7 +4,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
//
|
//
|
||||||
|
|
||||||
package qemu
|
package govmm
|
||||||
|
|
||||||
// MaxVCPUs returns the maximum number of vCPUs supported
|
// MaxVCPUs returns the maximum number of vCPUs supported
|
||||||
func MaxVCPUs() uint32 {
|
func MaxVCPUs() uint32 {
|
||||||
|
Loading…
Reference in New Issue
Block a user