mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
hv: format fix
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
b9f1eb29e9
commit
11ba4a0aac
1 changed files with 0 additions and 1 deletions
1
src/hv.c
1
src/hv.c
|
@ -29,7 +29,6 @@ bool hv_started_cpus[MAX_CPUS];
|
|||
u32 hv_cpus_in_guest;
|
||||
u64 hv_saved_sp[MAX_CPUS];
|
||||
|
||||
|
||||
struct hv_secondary_info_t {
|
||||
uint64_t hcr;
|
||||
uint64_t hacr;
|
||||
|
|
Loading…
Reference in a new issue