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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to