svn commit: r247153 - head/sys/powerpc/include

Alan Cox alc at FreeBSD.org
Fri Feb 22 16:59:53 UTC 2013


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;


More information about the svn-src-all mailing list