hv_vm.c: Remove stray ;

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-05-13 17:33:48 +09:00
parent 4a918346a8
commit 9ffab4ac98

View file

@ -92,7 +92,6 @@
*/
static u64 hv_L2[ENTRIES_PER_L2_TABLE] ALIGNED(PAGE_SIZE);
;
void hv_pt_init(void)
{