blob: 7e2844d8107f7e842140563ee49831d2797cf8fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Index: kqemu-freebsd.c
@@ -236,6 +236,7 @@
};
static int kqemu_ref_count = 0;
+static int max_locked_pages;
static struct kqemu_global_state *kqemu_gs = NULL;
#if __FreeBSD_version < 500000
|