Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2011 22:00:35 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226642 - head/sys/vm
Message-ID:  <201110222200.p9MM0ZJ6097641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Sat Oct 22 22:00:35 2011
New Revision: 226642
URL: http://svn.freebsd.org/changeset/base/226642

Log:
  VN_NRESERVLEVEL is used in this file but opt_vm is not included
  thus the stub switch won't be correctly handled.
  Include opt_vm.h.
  
  Submitted by:	jeff
  MFC after:	3 days

Modified:
  head/sys/vm/vm_phys.c

Modified: head/sys/vm/vm_phys.c
==============================================================================
--- head/sys/vm/vm_phys.c	Sat Oct 22 18:23:32 2011	(r226641)
+++ head/sys/vm/vm_phys.c	Sat Oct 22 22:00:35 2011	(r226642)
@@ -33,6 +33,7 @@
 __FBSDID("$FreeBSD$");
 
 #include "opt_ddb.h"
+#include "opt_vm.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110222200.p9MM0ZJ6097641>