aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2013-02-22 16:59:52 +0000
committerAlan Cox <alc@FreeBSD.org>2013-02-22 16:59:52 +0000
commit07ad25d4884af33f5b06ed42c6d1aaf3d070a324 (patch)
tree3af277b2118c67ba81cec45852ddbc99dd880b95 /sys/powerpc
parentabc5b96b991d3326b1f97c02115109ef495149e3 (diff)
downloadsrc-07ad25d4884af33f5b06ed42c6d1aaf3d070a324.tar.gz
src-07ad25d4884af33f5b06ed42c6d1aaf3d070a324.zip
Eliminate an unused #define.
Notes
Notes: svn path=/head/; revision=247153
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/vmparam.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h
index 8368a4179dc8..4b36d9d5949b 100644
--- a/sys/powerpc/include/vmparam.h
+++ b/sys/powerpc/include/vmparam.h
@@ -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;