From 738d08d5e306e67ba443763fd648a393a48c55d4 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 13 Jun 2013 10:23:07 +0200 Subject: vm/vm_map: fix map entry merging --- vm/vm_setup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vm/vm_setup.c') diff --git a/vm/vm_setup.c b/vm/vm_setup.c index 6d21597c..aef9e800 100644 --- a/vm/vm_setup.c +++ b/vm/vm_setup.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Richard Braun. + * Copyright (c) 2011, 2012, 2013 Richard Braun. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -31,4 +32,5 @@ vm_setup(void) kmem_setup(); vm_map_setup(); pmap_setup(); + vm_anon_setup(); } -- cgit v1.2.3