mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 22:53:04 +00:00
hv_vm.c: Remove stray ;
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
4a918346a8
commit
9ffab4ac98
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static u64 hv_L2[ENTRIES_PER_L2_TABLE] ALIGNED(PAGE_SIZE);
|
static u64 hv_L2[ENTRIES_PER_L2_TABLE] ALIGNED(PAGE_SIZE);
|
||||||
;
|
|
||||||
|
|
||||||
void hv_pt_init(void)
|
void hv_pt_init(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue