Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2013 16:59:52 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247153 - head/sys/powerpc/include
Message-ID:  <201302221659.r1MGxqYF038274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alc
Date: Fri Feb 22 16:59:52 2013
New Revision: 247153
URL: http://svnweb.freebsd.org/changeset/base/247153

Log:
  Eliminate an unused #define.

Modified:
  head/sys/powerpc/include/vmparam.h

Modified: head/sys/powerpc/include/vmparam.h
==============================================================================
--- head/sys/powerpc/include/vmparam.h	Fri Feb 22 16:46:28 2013	(r247152)
+++ head/sys/powerpc/include/vmparam.h	Fri Feb 22 16:59:52 2013	(r247153)
@@ -121,11 +121,6 @@
 
 #endif /* AIM/E500 */
 
-/* XXX max. amount of KVM to be used by buffers. */
-#ifndef VM_MAX_KERNEL_BUF
-#define	VM_MAX_KERNEL_BUF	(SEGMENT_LENGTH * 7 / 10)
-#endif
-
 #if !defined(LOCORE)
 struct pmap_physseg {
 	struct pv_entry *pvent;



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